Html Css Color HEX #DC88AA Kobi

📋 copy color: '#DC88AA'

red 220 ◦ green 136 ◦ blue 170

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

Shades of Kobi #DC88AA

Tints of Kobi #DC88AA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.86%

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

R = 41.83%
G = 25.86%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC88AA (or 0xDC88AA) is known color: Kobi. HEX triplet: DC, 88 and AA. RGB value is (220,136,170). Sum of RGB (Red+Green+Blue) = 220+136+170=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88AA is #237755. Grayscale: #A4A4A4. Windows color (decimal): -2324310 or 11176156. OLE color: 11176156.

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

Color convert

RGB 220 136 170 -
CMYK 0 0.38 0.23 0.14
HSL 335.71º 0.55% 0.7% -
HSV(B) 335.71º 0.38% 0.86% -
XYZ 45.58 35.73 42.52 -
YUV 164.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 220 136 170 0 0.38 0.23 0.14 335.71 0.55 0.7
Hex DC 88 AA 0 26 17 E 150 37 46
Octal 334 210 252 0 46 27 16 520 67 106
Binary 11011100 10001000 10101010 0 100110 10111 1110 101010000 110111 1000110

Color Harmonies of #DC88AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC88AA

Black with #DC88AA

Text Example


Text Example

White with #DC88AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC88AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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