Html Css Color HEX #DD7CED Heliotrope

📋 copy color: '#DD7CED'

red 221 ◦ green 124 ◦ blue 237

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

Shades of Heliotrope #DD7CED

Tints of Heliotrope #DD7CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.72%

R = 37.97%
G = 21.31%
B = 40.72%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD7CED (or 0xDD7CED) is known color: Heliotrope. HEX triplet: DD, 7C and ED. RGB value is (221,124,237). Sum of RGB (Red+Green+Blue) = 221+124+237=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 124 (48.83% from 255 or 21.31% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD7CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CED is #228312. Grayscale: #A5A5A5. Windows color (decimal): -2261779 or 15563997. OLE color: 15563997.

HSL color Cylindrical-coordinate representation of color #DD7CED: hue angle of 291.5º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7CED is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 124 237 -
CMYK 0.07 0.48 0 0.07
HSL 291.5º 0.76% 0.71% -
HSV(B) 291.5º 0.48% 0.93% -
XYZ 52.31 35.9 84.29 -
YUV 165.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 221 124 237 0.07 0.48 0 0.07 291.5 0.76 0.71
Hex DD 7C ED 7 30 0 7 124 4C 47
Octal 335 174 355 7 60 0 7 444 114 107
Binary 11011101 1111100 11101101 111 110000 0 111 100100100 1001100 1000111

Color Harmonies of #DD7CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CED

Black with #DD7CED

Text Example


Text Example

White with #DD7CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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