#DC94AD

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

Shades of Kobi #DC94AD

Tints of Kobi #DC94AD

Color information

#DC94AD (or 0xDC94AD) is unknown color: approx Kobi. HEX triplet: DC, 94 and AD. RGB value is (220,148,173). Sum of RGB (Red+Green+Blue) = 220+148+173=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC94AD is #236B52. Grayscale: #ACACAC. Windows color (decimal): -2321235 or 11375836. OLE color: 11375836.

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

Color convert

RGB220148173-
CMYK00.330.210.14
HSL339.17º50.7%72.16%-
HSV(B)339.17º32.73%86.27%-
XYZ47.6539.4144.63-
YUV172.38128.35161.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=40.67%
G=27.36%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014817300.330.210.14339.1750.772.16
HexDC94AD02115E1533348
Octal334224255041251652363110
Binary11011100100101001010110101000011010111101010100111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94AD; }

 p { color: rgb(220,148,173); }

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

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

 a { background-color: rgb(220,148,173); }

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

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

 span { border-color: rgb(220,148,173); }

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