Html Css Color HEX #DB99B4 Kobi

📋 copy color: '#DB99B4'

red 219 ◦ green 153 ◦ blue 180

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

Shades of Kobi #DB99B4

Tints of Kobi #DB99B4

RGB

 RED value IS 219 (85.94% from 255) = 39.67%

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

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

R = 39.67%
G = 27.72%
B = 32.61%

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

#DB99B4 (or 0xDB99B4) is known color: Kobi. HEX triplet: DB, 99 and B4. RGB value is (219,153,180). Sum of RGB (Red+Green+Blue) = 219+153+180=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99B4 is #24664B. Grayscale: #AFAFAF. Windows color (decimal): -2385484 or 11835867. OLE color: 11835867.

HSL color Cylindrical-coordinate representation of color #DB99B4: hue angle of 335.45º degrees, saturation: 0.48, 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 #DB99B4 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 153 180 -
CMYK 0 0.30 0.18 0.14
HSL 335.45º 0.48% 0.73% -
HSV(B) 335.45º 0.3% 0.86% -
XYZ 48.84 41.14 48.55 -
YUV 175.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 219 153 180 0 0.30 0.18 0.14 335.45 0.48 0.73
Hex DB 99 B4 0 1E 12 E 14F 30 49
Octal 333 231 264 0 36 22 16 517 60 111
Binary 11011011 10011001 10110100 0 11110 10010 1110 101001111 110000 1001001

Color Harmonies of #DB99B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB99B4

Black with #DB99B4

Text Example


Text Example

White with #DB99B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB99B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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