#DC8CB4

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

Shades of Kobi #DC8CB4

Tints of Kobi #DC8CB4

Color information

#DC8CB4 (or 0xDC8CB4) is unknown color: approx Kobi. HEX triplet: DC, 8C and B4. RGB value is (220,140,180). Sum of RGB (Red+Green+Blue) = 220+140+180=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CB4 is #23734B. Grayscale: #A8A8A8. Windows color (decimal): -2323276 or 11832540. OLE color: 11832540.

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

Color convert

RGB220140180-
CMYK00.360.180.14
HSL330º53.33%70.59%-
HSV(B)330º36.36%86.27%-
XYZ47.1337.2747.89-
YUV168.48134.5164.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 140 (55.08% from 255) = 25.93%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=40.74%
G=25.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014018000.360.180.1433053.3370.59
HexDC8CB402412E14a3547
Octal334214264044221651265107
Binary11011100100011001011010001001001001011101010010101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8CB4; }

 p { color: rgb(220,140,180); }

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

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

 a { background-color: rgb(220,140,180); }

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

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

 span { border-color: rgb(220,140,180); }

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