Html Css Color HEX #DC88A5 Kobi

📋 copy color: '#DC88A5'

red 220 ◦ green 136 ◦ blue 165

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

Shades of Kobi #DC88A5

Tints of Kobi #DC88A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.67%

R = 42.23%
G = 26.1%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC88A5 (or 0xDC88A5) is known color: Kobi. HEX triplet: DC, 88 and A5. RGB value is (220,136,165). Sum of RGB (Red+Green+Blue) = 220+136+165=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88A5 is #23775A. Grayscale: #A4A4A4. Windows color (decimal): -2324315 or 10848476. OLE color: 10848476.

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

Color convert

RGB 220 136 165 -
CMYK 0 0.38 0.25 0.14
HSL 339.29º 0.55% 0.7% -
HSV(B) 339.29º 0.38% 0.86% -
XYZ 45.11 35.54 40.08 -
YUV 164.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 220 136 165 0 0.38 0.25 0.14 339.29 0.55 0.7
Hex DC 88 A5 0 26 19 E 153 37 46
Octal 334 210 245 0 46 31 16 523 67 106
Binary 11011100 10001000 10100101 0 100110 11001 1110 101010011 110111 1000110

Color Harmonies of #DC88A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC88A5

Black with #DC88A5

Text Example


Text Example

White with #DC88A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC88A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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