Html Css Color HEX #DC80AA Kobi

📋 copy color: '#DC80AA'

red 220 ◦ green 128 ◦ blue 170

#DC80AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #DC80AA

Tints of Kobi #DC80AA

RGB

 RED value IS 220 (86.33% from 255) = 42.47%

 GREEN value IS 128 (50.39% from 255) = 24.71%

 BLUE value IS 170 (66.8% from 255) = 32.82%

R = 42.47%
G = 24.71%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC80AA (or 0xDC80AA) is known color: Kobi. HEX triplet: DC, 80 and AA. RGB value is (220,128,170). Sum of RGB (Red+Green+Blue) = 220+128+170=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC80AA is #237F55. Grayscale: #A0A0A0. Windows color (decimal): -2326358 or 11174108. OLE color: 11174108.

HSL color Cylindrical-coordinate representation of color #DC80AA: hue angle of 332.61º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80AA is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 170 -
CMYK 0 0.42 0.23 0.14
HSL 332.61º 0.57% 0.68% -
HSV(B) 332.61º 0.42% 0.86% -
XYZ 44.49 33.56 42.16 -
YUV 160.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 220 128 170 0 0.42 0.23 0.14 332.61 0.57 0.68
Hex DC 80 AA 0 2A 17 E 14D 39 44
Octal 334 200 252 0 52 27 16 515 71 104
Binary 11011100 10000000 10101010 0 101010 10111 1110 101001101 111001 1000100

Color Harmonies of #DC80AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80AA

Black with #DC80AA

Text Example


Text Example

White with #DC80AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80AA; }

 p { color: rgb(220,128,170); }

 H1.HeaderClassName
 {
   color: #DC80AA;
 }
 .AnyTagClassName
 {
   color: #DC80AA;
 }
</style>

background-color css

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

 a { background-color: rgb(220,128,170); }

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

border-color css

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

 span { border-color: rgb(220,128,170); }

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