Html Css Color HEX #DD7DF1 Heliotrope

📋 copy color: '#DD7DF1'

red 221 ◦ green 125 ◦ blue 241

#DD7DF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DD7DF1

Tints of Heliotrope #DD7DF1

RGB

 RED value IS 221 (86.72% from 255) = 37.65%

 GREEN value IS 125 (49.22% from 255) = 21.29%

 BLUE value IS 241 (94.53% from 255) = 41.06%

R = 37.65%
G = 21.29%
B = 41.06%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD7DF1 (or 0xDD7DF1) is known color: Heliotrope. HEX triplet: DD, 7D and F1. RGB value is (221,125,241). Sum of RGB (Red+Green+Blue) = 221+125+241=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD7DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DF1 is #22820E. Grayscale: #A6A6A6. Windows color (decimal): -2261519 or 15826397. OLE color: 15826397.

HSL color Cylindrical-coordinate representation of color #DD7DF1: hue angle of 289.66º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7DF1 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 125 241 -
CMYK 0.08 0.48 0 0.05
HSL 289.66º 0.81% 0.72% -
HSV(B) 289.66º 0.48% 0.95% -
XYZ 53.03 36.39 87.45 -
YUV 166.93 169.8 166.57 -
System Red Green Blue C M Y K H S L
Decimal 221 125 241 0.08 0.48 0 0.05 289.66 0.81 0.72
Hex DD 7D F1 8 30 0 5 122 51 48
Octal 335 175 361 10 60 0 5 442 121 110
Binary 11011101 1111101 11110001 1000 110000 0 101 100100010 1010001 1001000

Color Harmonies of #DD7DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DF1

Black with #DD7DF1

Text Example


Text Example

White with #DD7DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DF1; }

 p { color: rgb(221,125,241); }

 H1.HeaderClassName
 {
   color: #DD7DF1;
 }
 .AnyTagClassName
 {
   color: #DD7DF1;
 }
</style>

background-color css

<style>
 a { background-color: #DD7DF1; }

 a { background-color: rgb(221,125,241); }

 div.DivClassName
 {
   background-color: #DD7DF1;
 }
 .BgClassName
 {
   background-color: #DD7DF1;
 }
</style>

border-color css

<style>
 span { border-color: #DD7DF1; }

 span { border-color: rgb(221,125,241); }

 td.TdClassName
 {
   border-color: #DD7DF1;
 }
 .TagClassName
 {
   border-color: #DD7DF1;
 }
</style>