#DC97B1

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

Shades of Kobi #DC97B1

Tints of Kobi #DC97B1

Color information

#DC97B1 (or 0xDC97B1) is unknown color: approx Kobi. HEX triplet: DC, 97 and B1. RGB value is (220,151,177). Sum of RGB (Red+Green+Blue) = 220+151+177=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC97B1 is #23684E. Grayscale: #AEAEAE. Windows color (decimal): -2320463 or 11638748. OLE color: 11638748.

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

Color convert

RGB220151177-
CMYK00.310.200.14
HSL337.39º49.64%72.75%-
HSV(B)337.39º31.36%86.27%-
XYZ48.5240.5246.86-
YUV174.6129.36160.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=40.15%
G=27.55%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015117700.310.200.14337.3949.6472.75
HexDC97B101F14E1513249
Octal334227261037241652162111
Binary1101110010010111101100010111111010011101010100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97B1; }

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

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

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

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

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

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

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

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