#DD76F1

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

Shades of Heliotrope #DD76F1

Tints of Heliotrope #DD76F1

Color information

#DD76F1 (or 0xDD76F1) is unknown color: approx Heliotrope. HEX triplet: DD, 76 and F1. RGB value is (221,118,241). Sum of RGB (Red+Green+Blue) = 221+118+241=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD76F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD76F1 is #22890E. Grayscale: #A2A2A2. Windows color (decimal): -2263311 or 15824605. OLE color: 15824605.

HSL color Cylindrical-coordinate representation of color #DD76F1: hue angle of 290.24º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD76F1 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221118241-
CMYK0.080.5100.05
HSL290.24º81.46%70.39%-
HSV(B)290.24º51.04%94.51%-
XYZ52.1734.6887.16-
YUV162.82172.12169.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 118 (46.48% from 255) = 20.34%
BLUE value IS 241 (94.53% from 255) = 41.55%
R=38.10%
G=20.34%
B=41.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211182410.080.5100.05290.2481.4670.39
HexDD76F1833051225146
Octal335166361106305442121106
Binary110111011110110111100011000110011010110010001010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD76F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD76F1; }

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

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

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

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

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

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

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

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