#DC9DB5

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

Shades of Kobi #DC9DB5

Tints of Kobi #DC9DB5

Color information

#DC9DB5 (or 0xDC9DB5) is unknown color: approx Kobi. HEX triplet: DC, 9D and B5. RGB value is (220,157,181). Sum of RGB (Red+Green+Blue) = 220+157+181=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DB5 is #23624A. Grayscale: #B2B2B2. Windows color (decimal): -2318923 or 11902428. OLE color: 11902428.

HSL color Cylindrical-coordinate representation of color #DC9DB5: hue angle of 337.14º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DB5 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB220157181-
CMYK00.290.180.14
HSL337.14º47.37%73.92%-
HSV(B)337.14º28.64%86.27%-
XYZ49.9142.6749.32-
YUV178.57129.37157.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 181 (71.09% from 255) = 32.44%
R=39.43%
G=28.14%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015718100.290.180.14337.1447.3773.92
HexDC9DB501D12E1512f4a
Octal334235265035221652157112
Binary1101110010011101101101010111011001011101010100011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DB5; }

 p { color: rgb(220,157,181); }

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

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

 a { background-color: rgb(220,157,181); }

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

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

 span { border-color: rgb(220,157,181); }

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