#DD72EA

Color #DD72EA Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DD72EA

Tints of Heliotrope #DD72EA

Color information

#DD72EA (or 0xDD72EA) is unknown color: approx Heliotrope. HEX triplet: DD, 72 and EA. RGB value is (221,114,234). Sum of RGB (Red+Green+Blue) = 221+114+234=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD72EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD72EA is #228D15. Grayscale: #9F9F9F. Windows color (decimal): -2264342 or 15364829. OLE color: 15364829.

HSL color Cylindrical-coordinate representation of color #DD72EA: hue angle of 293.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD72EA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221114234-
CMYK0.060.5100.08
HSL293.5º74.07%68.24%-
HSV(B)293.5º51.28%91.76%-
XYZ50.6933.3581.61-
YUV159.67169.95171.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 114 (44.92% from 255) = 20.04%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=38.84%
G=20.04%
B=41.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211142340.060.5100.08293.574.0768.24
HexDD72EA633081264a44
Octal335162352663010446112104
Binary110111011110010111010101101100110100010010011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD72EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD72EA; }

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

 H1.HeaderClassName
 {
   color: #DD72EA;
 }
 .AnyTagClassName
 {
   color: #DD72EA;
 }
</style>
background-color css

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

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

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

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

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

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