Html Css Color HEX #DC88B1 Kobi

📋 copy color: '#DC88B1'

red 220 ◦ green 136 ◦ blue 177

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

Shades of Kobi #DC88B1

Tints of Kobi #DC88B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.21%

R = 41.28%
G = 25.52%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC88B1 (or 0xDC88B1) is known color: Kobi. HEX triplet: DC, 88 and B1. RGB value is (220,136,177). Sum of RGB (Red+Green+Blue) = 220+136+177=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88B1 is #23774E. Grayscale: #A5A5A5. Windows color (decimal): -2324303 or 11634908. OLE color: 11634908.

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

Color convert

RGB 220 136 177 -
CMYK 0 0.38 0.20 0.14
HSL 330.71º 0.55% 0.7% -
HSV(B) 330.71º 0.38% 0.86% -
XYZ 46.26 36 46.11 -
YUV 165.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 220 136 177 0 0.38 0.20 0.14 330.71 0.55 0.7
Hex DC 88 B1 0 26 14 E 14B 37 46
Octal 334 210 261 0 46 24 16 513 67 106
Binary 11011100 10001000 10110001 0 100110 10100 1110 101001011 110111 1000110

Color Harmonies of #DC88B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC88B1

Black with #DC88B1

Text Example


Text Example

White with #DC88B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC88B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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