Html Css Color HEX #DC88A7 Kobi

📋 copy color: '#DC88A7'

red 220 ◦ green 136 ◦ blue 167

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

Shades of Kobi #DC88A7

Tints of Kobi #DC88A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.93%

R = 42.07%
G = 26%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC88A7 (or 0xDC88A7) is known color: Kobi. HEX triplet: DC, 88 and A7. RGB value is (220,136,167). Sum of RGB (Red+Green+Blue) = 220+136+167=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88A7 is #237758. Grayscale: #A4A4A4. Windows color (decimal): -2324313 or 10979548. OLE color: 10979548.

HSL color Cylindrical-coordinate representation of color #DC88A7: hue angle of 337.86º 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 #DC88A7 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 167 -
CMYK 0 0.38 0.24 0.14
HSL 337.86º 0.55% 0.7% -
HSV(B) 337.86º 0.38% 0.86% -
XYZ 45.29 35.61 41.05 -
YUV 164.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 220 136 167 0 0.38 0.24 0.14 337.86 0.55 0.7
Hex DC 88 A7 0 26 18 E 152 37 46
Octal 334 210 247 0 46 30 16 522 67 106
Binary 11011100 10001000 10100111 0 100110 11000 1110 101010010 110111 1000110

Color Harmonies of #DC88A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC88A7

Black with #DC88A7

Text Example


Text Example

White with #DC88A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC88A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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