Html Css Color HEX #DD7FF9 Heliotrope

📋 copy color: '#DD7FF9'

red 221 ◦ green 127 ◦ blue 249

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

Shades of Heliotrope #DD7FF9

Tints of Heliotrope #DD7FF9

RGB

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

 GREEN value IS 127 (50% from 255) = 21.27%

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

R = 37.02%
G = 21.27%
B = 41.71%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD7FF9 (or 0xDD7FF9) is known color: Heliotrope. HEX triplet: DD, 7F and F9. RGB value is (221,127,249). Sum of RGB (Red+Green+Blue) = 221+127+249=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 127 (50% from 255 or 21.27% from 597); Blue value is 249 (97.66% from 255 or 41.71% from 597); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD7FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FF9 is #228006. Grayscale: #A8A8A8. Windows color (decimal): -2260999 or 16351197. OLE color: 16351197.

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

Color convert

RGB 221 127 249 -
CMYK 0.11 0.49 0 0.02
HSL 286.23º 0.91% 0.74% -
HSV(B) 286.23º 0.49% 0.98% -
XYZ 54.51 37.39 93.97 -
YUV 169.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 221 127 249 0.11 0.49 0 0.02 286.23 0.91 0.74
Hex DD 7F F9 B 31 0 2 11E 5B 4A
Octal 335 177 371 13 61 0 2 436 133 112
Binary 11011101 1111111 11111001 1011 110001 0 10 100011110 1011011 1001010

Color Harmonies of #DD7FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FF9

Black with #DD7FF9

Text Example


Text Example

White with #DD7FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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