Html Css Color HEX #DD72ED Heliotrope

📋 copy color: '#DD72ED'

red 221 ◦ green 114 ◦ blue 237

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

Shades of Heliotrope #DD72ED

Tints of Heliotrope #DD72ED

RGB

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

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

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

R = 38.64%
G = 19.93%
B = 41.43%

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

#DD72ED (or 0xDD72ED) is known color: Heliotrope. HEX triplet: DD, 72 and ED. RGB value is (221,114,237). Sum of RGB (Red+Green+Blue) = 221+114+237=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD72ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD72ED is #228D12. Grayscale: #9F9F9F. Windows color (decimal): -2264339 or 15561437. OLE color: 15561437.

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

Color convert

RGB 221 114 237 -
CMYK 0.07 0.52 0 0.07
HSL 292.2º 0.77% 0.69% -
HSV(B) 292.2º 0.52% 0.93% -
XYZ 51.12 33.52 83.9 -
YUV 160.02 171.45 171.5 -
System Red Green Blue C M Y K H S L
Decimal 221 114 237 0.07 0.52 0 0.07 292.2 0.77 0.69
Hex DD 72 ED 7 34 0 7 124 4D 45
Octal 335 162 355 7 64 0 7 444 115 105
Binary 11011101 1110010 11101101 111 110100 0 111 100100100 1001101 1000101

Color Harmonies of #DD72ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72ED

Black with #DD72ED

Text Example


Text Example

White with #DD72ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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