Html Css Color HEX #DB9DB2 Kobi

📋 copy color: '#DB9DB2'

red 219 ◦ green 157 ◦ blue 178

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

Shades of Kobi #DB9DB2

Tints of Kobi #DB9DB2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.34%

 BLUE value IS 178 (69.92% from 255) = 32.13%

R = 39.53%
G = 28.34%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB9DB2 (or 0xDB9DB2) is known color: Kobi. HEX triplet: DB, 9D and B2. RGB value is (219,157,178). Sum of RGB (Red+Green+Blue) = 219+157+178=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9DB2 is #24624D. Grayscale: #B1B1B1. Windows color (decimal): -2384462 or 11705819. OLE color: 11705819.

HSL color Cylindrical-coordinate representation of color #DB9DB2: hue angle of 339.68º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DB2 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 157 178 -
CMYK 0 0.28 0.19 0.14
HSL 339.68º 0.46% 0.74% -
HSV(B) 339.68º 0.28% 0.86% -
XYZ 49.31 42.39 47.7 -
YUV 177.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 219 157 178 0 0.28 0.19 0.14 339.68 0.46 0.74
Hex DB 9D B2 0 1C 13 E 154 2E 4A
Octal 333 235 262 0 34 23 16 524 56 112
Binary 11011011 10011101 10110010 0 11100 10011 1110 101010100 101110 1001010

Color Harmonies of #DB9DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9DB2

Black with #DB9DB2

Text Example


Text Example

White with #DB9DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9DB2; }

 p { color: rgb(219,157,178); }

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

background-color css

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

 a { background-color: rgb(219,157,178); }

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

border-color css

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

 span { border-color: rgb(219,157,178); }

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