Html Css Color HEX #DC88B3 Kobi

📋 copy color: '#DC88B3'

red 220 ◦ green 136 ◦ blue 179

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

Shades of Kobi #DC88B3

Tints of Kobi #DC88B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.46%

R = 41.12%
G = 25.42%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC88B3 (or 0xDC88B3) is known color: Kobi. HEX triplet: DC, 88 and B3. RGB value is (220,136,179). Sum of RGB (Red+Green+Blue) = 220+136+179=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88B3 is #23774C. Grayscale: #A5A5A5. Windows color (decimal): -2324301 or 11765980. OLE color: 11765980.

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

Color convert

RGB 220 136 179 -
CMYK 0 0.38 0.19 0.14
HSL 329.29º 0.55% 0.7% -
HSV(B) 329.29º 0.38% 0.86% -
XYZ 46.46 36.08 47.16 -
YUV 166.02 135.33 166.5 -
System Red Green Blue C M Y K H S L
Decimal 220 136 179 0 0.38 0.19 0.14 329.29 0.55 0.7
Hex DC 88 B3 0 26 13 E 149 37 46
Octal 334 210 263 0 46 23 16 511 67 106
Binary 11011100 10001000 10110011 0 100110 10011 1110 101001001 110111 1000110

Color Harmonies of #DC88B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC88B3

Black with #DC88B3

Text Example


Text Example

White with #DC88B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC88B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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