#DC95B1

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

Shades of Kobi #DC95B1

Tints of Kobi #DC95B1

Color information

#DC95B1 (or 0xDC95B1) is unknown color: approx Kobi. HEX triplet: DC, 95 and B1. RGB value is (220,149,177). Sum of RGB (Red+Green+Blue) = 220+149+177=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC95B1 is #236A4E. Grayscale: #ADADAD. Windows color (decimal): -2320975 or 11638236. OLE color: 11638236.

HSL color Cylindrical-coordinate representation of color #DC95B1: hue angle of 336.34º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC95B1 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220149177-
CMYK00.320.200.14
HSL336.34º50.35%72.35%-
HSV(B)336.34º32.27%86.27%-
XYZ48.239.8846.75-
YUV173.42130.02161.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 177 (69.53% from 255) = 32.42%
R=40.29%
G=27.29%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014917700.320.200.14336.3450.3572.35
HexDC95B102014E1503248
Octal334225261040241652062110
Binary11011100100101011011000101000001010011101010100001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95B1; }

 p { color: rgb(220,149,177); }

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

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

 a { background-color: rgb(220,149,177); }

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

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

 span { border-color: rgb(220,149,177); }

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