Html Css Color HEX #DB96B4 Kobi

📋 copy color: '#DB96B4'

red 219 ◦ green 150 ◦ blue 180

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

Shades of Kobi #DB96B4

Tints of Kobi #DB96B4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.32%

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

R = 39.89%
G = 27.32%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB96B4 (or 0xDB96B4) is known color: Kobi. HEX triplet: DB, 96 and B4. RGB value is (219,150,180). Sum of RGB (Red+Green+Blue) = 219+150+180=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96B4 is #24694B. Grayscale: #AEAEAE. Windows color (decimal): -2386252 or 11835099. OLE color: 11835099.

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

Color convert

RGB 219 150 180 -
CMYK 0 0.32 0.18 0.14
HSL 333.91º 0.49% 0.72% -
HSV(B) 333.91º 0.32% 0.86% -
XYZ 48.36 40.17 48.38 -
YUV 174.05 131.36 160.06 -
System Red Green Blue C M Y K H S L
Decimal 219 150 180 0 0.32 0.18 0.14 333.91 0.49 0.72
Hex DB 96 B4 0 20 12 E 14E 31 48
Octal 333 226 264 0 40 22 16 516 61 110
Binary 11011011 10010110 10110100 0 100000 10010 1110 101001110 110001 1001000

Color Harmonies of #DB96B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96B4

Black with #DB96B4

Text Example


Text Example

White with #DB96B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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