Html Css Color HEX #DC87A8 Kobi

📋 copy color: '#DC87A8'

red 220 ◦ green 135 ◦ blue 168

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

Shades of Kobi #DC87A8

Tints of Kobi #DC87A8

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.81%

 BLUE value IS 168 (66.02% from 255) = 32.12%

R = 42.07%
G = 25.81%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC87A8 (or 0xDC87A8) is known color: Kobi. HEX triplet: DC, 87 and A8. RGB value is (220,135,168). Sum of RGB (Red+Green+Blue) = 220+135+168=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC87A8 is #237857. Grayscale: #A4A4A4. Windows color (decimal): -2324568 or 11044828. OLE color: 11044828.

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

Color convert

RGB 220 135 168 -
CMYK 0 0.39 0.24 0.14
HSL 336.71º 0.55% 0.7% -
HSV(B) 336.71º 0.39% 0.86% -
XYZ 45.25 35.37 41.49 -
YUV 164.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 220 135 168 0 0.39 0.24 0.14 336.71 0.55 0.7
Hex DC 87 A8 0 27 18 E 151 37 46
Octal 334 207 250 0 47 30 16 521 67 106
Binary 11011100 10000111 10101000 0 100111 11000 1110 101010001 110111 1000110

Color Harmonies of #DC87A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC87A8

Black with #DC87A8

Text Example


Text Example

White with #DC87A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC87A8; }

 p { color: rgb(220,135,168); }

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

background-color css

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

 a { background-color: rgb(220,135,168); }

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

border-color css

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

 span { border-color: rgb(220,135,168); }

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