#DD76EB

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

Shades of Heliotrope #DD76EB

Tints of Heliotrope #DD76EB

Color information

#DD76EB (or 0xDD76EB) is unknown color: approx Heliotrope. HEX triplet: DD, 76 and EB. RGB value is (221,118,235). Sum of RGB (Red+Green+Blue) = 221+118+235=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD76EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD76EB is #228914. Grayscale: #A1A1A1. Windows color (decimal): -2263317 or 15431389. OLE color: 15431389.

HSL color Cylindrical-coordinate representation of color #DD76EB: hue angle of 292.82º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD76EB is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221118235-
CMYK0.060.5000.08
HSL292.82º74.52%69.22%-
HSV(B)292.82º49.79%92.16%-
XYZ51.2934.3382.52-
YUV162.13169.12169.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 118 (46.48% from 255) = 20.56%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=38.50%
G=20.56%
B=40.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211182350.060.5000.08292.8274.5269.22
HexDD76EB632081254b45
Octal335166353662010445113105
Binary110111011110110111010111101100100100010010010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD76EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD76EB; }

 p { color: rgb(221,118,235); }

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

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

 a { background-color: rgb(221,118,235); }

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

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

 span { border-color: rgb(221,118,235); }

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