Html Css Color HEX #DD7CEF Heliotrope

📋 copy color: '#DD7CEF'

red 221 ◦ green 124 ◦ blue 239

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

Shades of Heliotrope #DD7CEF

Tints of Heliotrope #DD7CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.92%

R = 37.84%
G = 21.23%
B = 40.92%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD7CEF (or 0xDD7CEF) is known color: Heliotrope. HEX triplet: DD, 7C and EF. RGB value is (221,124,239). Sum of RGB (Red+Green+Blue) = 221+124+239=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD7CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CEF is #228310. Grayscale: #A5A5A5. Windows color (decimal): -2261777 or 15695069. OLE color: 15695069.

HSL color Cylindrical-coordinate representation of color #DD7CEF: hue angle of 290.61º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7CEF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 124 239 -
CMYK 0.08 0.48 0 0.06
HSL 290.61º 0.78% 0.71% -
HSV(B) 290.61º 0.48% 0.94% -
XYZ 52.61 36.02 85.84 -
YUV 166.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 221 124 239 0.08 0.48 0 0.06 290.61 0.78 0.71
Hex DD 7C EF 8 30 0 6 123 4E 47
Octal 335 174 357 10 60 0 6 443 116 107
Binary 11011101 1111100 11101111 1000 110000 0 110 100100011 1001110 1000111

Color Harmonies of #DD7CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CEF

Black with #DD7CEF

Text Example


Text Example

White with #DD7CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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