#DC90C9

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

Shades of Shocking #DC90C9

Tints of Shocking #DC90C9

Color information

#DC90C9 (or 0xDC90C9) is unknown color: approx Shocking. HEX triplet: DC, 90 and C9. RGB value is (220,144,201). Sum of RGB (Red+Green+Blue) = 220+144+201=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90C9 is #236F36. Grayscale: #ADADAD. Windows color (decimal): -2322231 or 13209820. OLE color: 13209820.

HSL color Cylindrical-coordinate representation of color #DC90C9: hue angle of 315º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC90C9 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220144201-
CMYK00.350.090.14
HSL315º52.05%71.37%-
HSV(B)315º34.55%86.27%-
XYZ50.0339.3860.22-
YUV173.22143.68161.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 201 (78.91% from 255) = 35.58%
R=38.94%
G=25.49%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014420100.350.090.1431552.0571.37
HexDC90C90239E13b3447
Octal334220311043111647364107
Binary1101110010010000110010010100011100111101001110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90C9; }

 p { color: rgb(220,144,201); }

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

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

 a { background-color: rgb(220,144,201); }

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

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

 span { border-color: rgb(220,144,201); }

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