Html Css Color HEX #DB98B5 Kobi

📋 copy color: '#DB98B5'

red 219 ◦ green 152 ◦ blue 181

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

Shades of Kobi #DB98B5

Tints of Kobi #DB98B5

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.54%

 BLUE value IS 181 (71.09% from 255) = 32.79%

R = 39.67%
G = 27.54%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB98B5 (or 0xDB98B5) is known color: Kobi. HEX triplet: DB, 98 and B5. RGB value is (219,152,181). Sum of RGB (Red+Green+Blue) = 219+152+181=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98B5 is #24674A. Grayscale: #AFAFAF. Windows color (decimal): -2385739 or 11901147. OLE color: 11901147.

HSL color Cylindrical-coordinate representation of color #DB98B5: hue angle of 334.03º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB98B5 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 152 181 -
CMYK 0 0.31 0.17 0.14
HSL 334.03º 0.48% 0.73% -
HSV(B) 334.03º 0.31% 0.86% -
XYZ 48.78 40.85 49.03 -
YUV 175.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 219 152 181 0 0.31 0.17 0.14 334.03 0.48 0.73
Hex DB 98 B5 0 1F 11 E 14E 30 49
Octal 333 230 265 0 37 21 16 516 60 111
Binary 11011011 10011000 10110101 0 11111 10001 1110 101001110 110000 1001001

Color Harmonies of #DB98B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB98B5

Black with #DB98B5

Text Example


Text Example

White with #DB98B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB98B5; }

 p { color: rgb(219,152,181); }

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

background-color css

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

 a { background-color: rgb(219,152,181); }

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

border-color css

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

 span { border-color: rgb(219,152,181); }

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