Html Css Color HEX #DD72EC Heliotrope

📋 copy color: '#DD72EC'

red 221 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #DD72EC

Tints of Heliotrope #DD72EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.96%

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 38.7%
G = 19.96%
B = 41.33%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD72EC (or 0xDD72EC) is known color: Heliotrope. HEX triplet: DD, 72 and EC. RGB value is (221,114,236). Sum of RGB (Red+Green+Blue) = 221+114+236=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD72EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD72EC is #228D13. Grayscale: #9F9F9F. Windows color (decimal): -2264340 or 15495901. OLE color: 15495901.

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

Color convert

RGB 221 114 236 -
CMYK 0.06 0.52 0 0.07
HSL 292.62º 0.76% 0.69% -
HSV(B) 292.62º 0.52% 0.93% -
XYZ 50.98 33.46 83.13 -
YUV 159.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 221 114 236 0.06 0.52 0 0.07 292.62 0.76 0.69
Hex DD 72 EC 6 34 0 7 125 4C 45
Octal 335 162 354 6 64 0 7 445 114 105
Binary 11011101 1110010 11101100 110 110100 0 111 100100101 1001100 1000101

Color Harmonies of #DD72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72EC

Black with #DD72EC

Text Example


Text Example

White with #DD72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72EC; }

 p { color: rgb(221,114,236); }

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

background-color css

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

 a { background-color: rgb(221,114,236); }

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

border-color css

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

 span { border-color: rgb(221,114,236); }

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