#DD7CEE

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

Shades of Heliotrope #DD7CEE

Tints of Heliotrope #DD7CEE

Color information

#DD7CEE (or 0xDD7CEE) is unknown color: approx Heliotrope. HEX triplet: DD, 7C and EE. RGB value is (221,124,238). Sum of RGB (Red+Green+Blue) = 221+124+238=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 124 (48.83% from 255 or 21.27% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD7CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CEE is #228311. Grayscale: #A5A5A5. Windows color (decimal): -2261778 or 15629533. OLE color: 15629533.

HSL color Cylindrical-coordinate representation of color #DD7CEE: hue angle of 291.05º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7CEE is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221124238-
CMYK0.070.4800.07
HSL291.05º77.03%70.98%-
HSV(B)291.05º47.9%93.33%-
XYZ52.4635.9685.07-
YUV166168.64167.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 124 (48.83% from 255) = 21.27%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=37.91%
G=21.27%
B=40.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211242380.070.4800.07291.0577.0370.98
HexDD7CEE730071234d47
Octal33517435676007443115107
Binary11011101111110011101110111110000011110010001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7CEE; }

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

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

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

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

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

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

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

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