#DC7DFB

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

Shades of Heliotrope #DC7DFB

Tints of Heliotrope #DC7DFB

Color information

#DC7DFB (or 0xDC7DFB) is unknown color: approx Heliotrope. HEX triplet: DC, 7D and FB. RGB value is (220,125,251). Sum of RGB (Red+Green+Blue) = 220+125+251=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC7DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DFB is #238204. Grayscale: #A7A7A7. Windows color (decimal): -2327045 or 16481756. OLE color: 16481756.

HSL color Cylindrical-coordinate representation of color #DC7DFB: hue angle of 285.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7DFB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220125251-
CMYK0.120.5000.02
HSL285.24º94.03%73.73%-
HSV(B)285.24º50.2%98.43%-
XYZ54.2636.8595.52-
YUV167.77174.97165.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 125 (49.22% from 255) = 20.97%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=36.91%
G=20.97%
B=42.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201252510.120.5000.02285.2494.0373.73
HexDC7DFBC320211d5e4a
Octal334175373146202435136112
Binary11011100111110111111011110011001001010001110110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DFB; }

 p { color: rgb(220,125,251); }

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

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

 a { background-color: rgb(220,125,251); }

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

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

 span { border-color: rgb(220,125,251); }

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