Html Css Color HEX #DD7CF9 Heliotrope

📋 copy color: '#DD7CF9'

red 221 ◦ green 124 ◦ blue 249

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

Shades of Heliotrope #DD7CF9

Tints of Heliotrope #DD7CF9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.88%

 BLUE value IS 249 (97.66% from 255) = 41.92%

R = 37.21%
G = 20.88%
B = 41.92%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD7CF9 (or 0xDD7CF9) is known color: Heliotrope. HEX triplet: DD, 7C and F9. RGB value is (221,124,249). Sum of RGB (Red+Green+Blue) = 221+124+249=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD7CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CF9 is #228306. Grayscale: #A6A6A6. Windows color (decimal): -2261767 or 16350429. OLE color: 16350429.

HSL color Cylindrical-coordinate representation of color #DD7CF9: hue angle of 286.56º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7CF9 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 124 249 -
CMYK 0.11 0.50 0 0.02
HSL 286.56º 0.91% 0.73% -
HSV(B) 286.56º 0.5% 0.98% -
XYZ 54.13 36.63 93.84 -
YUV 167.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 221 124 249 0.11 0.50 0 0.02 286.56 0.91 0.73
Hex DD 7C F9 B 32 0 2 11F 5B 49
Octal 335 174 371 13 62 0 2 437 133 111
Binary 11011101 1111100 11111001 1011 110010 0 10 100011111 1011011 1001001

Color Harmonies of #DD7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CF9

Black with #DD7CF9

Text Example


Text Example

White with #DD7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CF9; }

 p { color: rgb(221,124,249); }

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

background-color css

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

 a { background-color: rgb(221,124,249); }

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

border-color css

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

 span { border-color: rgb(221,124,249); }

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