Html Css Color HEX #DC87B0 Kobi

📋 copy color: '#DC87B0'

red 220 ◦ green 135 ◦ blue 176

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

Shades of Kobi #DC87B0

Tints of Kobi #DC87B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.15%

R = 41.43%
G = 25.42%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC87B0 (or 0xDC87B0) is known color: Kobi. HEX triplet: DC, 87 and B0. RGB value is (220,135,176). Sum of RGB (Red+Green+Blue) = 220+135+176=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC87B0 is #23784F. Grayscale: #A5A5A5. Windows color (decimal): -2324560 or 11569116. OLE color: 11569116.

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

Color convert

RGB 220 135 176 -
CMYK 0 0.39 0.2 0.14
HSL 331.06º 0.55% 0.7% -
HSV(B) 331.06º 0.39% 0.86% -
XYZ 46.02 35.68 45.54 -
YUV 165.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 220 135 176 0 0.39 0.2 0.14 331.06 0.55 0.7
Hex DC 87 B0 0 27 14 E 14B 37 46
Octal 334 207 260 0 47 24 16 513 67 106
Binary 11011100 10000111 10110000 0 100111 10100 1110 101001011 110111 1000110

Color Harmonies of #DC87B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC87B0

Black with #DC87B0

Text Example


Text Example

White with #DC87B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC87B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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