Html Css Color HEX #DC99B4 Kobi

📋 copy color: '#DC99B4'

red 220 ◦ green 153 ◦ blue 180

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

Shades of Kobi #DC99B4

Tints of Kobi #DC99B4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.67%

 BLUE value IS 180 (70.7% from 255) = 32.55%

R = 39.78%
G = 27.67%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC99B4 (or 0xDC99B4) is known color: Kobi. HEX triplet: DC, 99 and B4. RGB value is (220,153,180). Sum of RGB (Red+Green+Blue) = 220+153+180=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99B4 is #23664B. Grayscale: #B0B0B0. Windows color (decimal): -2319948 or 11835868. OLE color: 11835868.

HSL color Cylindrical-coordinate representation of color #DC99B4: hue angle of 335.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC99B4 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 153 180 -
CMYK 0 0.30 0.18 0.14
HSL 335.82º 0.49% 0.73% -
HSV(B) 335.82º 0.3% 0.86% -
XYZ 49.14 41.29 48.56 -
YUV 176.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 220 153 180 0 0.30 0.18 0.14 335.82 0.49 0.73
Hex DC 99 B4 0 1E 12 E 150 31 49
Octal 334 231 264 0 36 22 16 520 61 111
Binary 11011100 10011001 10110100 0 11110 10010 1110 101010000 110001 1001001

Color Harmonies of #DC99B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC99B4

Black with #DC99B4

Text Example


Text Example

White with #DC99B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC99B4; }

 p { color: rgb(220,153,180); }

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

background-color css

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

 a { background-color: rgb(220,153,180); }

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

border-color css

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

 span { border-color: rgb(220,153,180); }

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