Html Css Color HEX #DD72EE Heliotrope

📋 copy color: '#DD72EE'

red 221 ◦ green 114 ◦ blue 238

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

Shades of Heliotrope #DD72EE

Tints of Heliotrope #DD72EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.54%

R = 38.57%
G = 19.9%
B = 41.54%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD72EE (or 0xDD72EE) is known color: Heliotrope. HEX triplet: DD, 72 and EE. RGB value is (221,114,238). Sum of RGB (Red+Green+Blue) = 221+114+238=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD72EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD72EE is #228D11. Grayscale: #9F9F9F. Windows color (decimal): -2264338 or 15626973. OLE color: 15626973.

HSL color Cylindrical-coordinate representation of color #DD72EE: hue angle of 291.77º degrees, saturation: 0.78, 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 #DD72EE is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 114 238 -
CMYK 0.07 0.52 0 0.07
HSL 291.77º 0.78% 0.69% -
HSV(B) 291.77º 0.52% 0.93% -
XYZ 51.27 33.58 84.67 -
YUV 160.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 221 114 238 0.07 0.52 0 0.07 291.77 0.78 0.69
Hex DD 72 EE 7 34 0 7 124 4E 45
Octal 335 162 356 7 64 0 7 444 116 105
Binary 11011101 1110010 11101110 111 110100 0 111 100100100 1001110 1000101

Color Harmonies of #DD72EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72EE

Black with #DD72EE

Text Example


Text Example

White with #DD72EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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