Html Css Color HEX #DB7BAB Kobi

📋 copy color: '#DB7BAB'

red 219 ◦ green 123 ◦ blue 171

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

Shades of Kobi #DB7BAB

Tints of Kobi #DB7BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.98%

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 42.69%
G = 23.98%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB7BAB (or 0xDB7BAB) is known color: Kobi. HEX triplet: DB, 7B and AB. RGB value is (219,123,171). Sum of RGB (Red+Green+Blue) = 219+123+171=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7BAB is #248454. Grayscale: #9D9D9D. Windows color (decimal): -2393173 or 11238363. OLE color: 11238363.

HSL color Cylindrical-coordinate representation of color #DB7BAB: hue angle of 330º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7BAB is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 123 171 -
CMYK 0 0.44 0.22 0.14
HSL 330º 0.57% 0.67% -
HSV(B) 330º 0.44% 0.86% -
XYZ 43.65 32.17 42.44 -
YUV 157.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 219 123 171 0 0.44 0.22 0.14 330 0.57 0.67
Hex DB 7B AB 0 2C 16 E 14A 39 43
Octal 333 173 253 0 54 26 16 512 71 103
Binary 11011011 1111011 10101011 0 101100 10110 1110 101001010 111001 1000011

Color Harmonies of #DB7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BAB

Black with #DB7BAB

Text Example


Text Example

White with #DB7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BAB; }

 p { color: rgb(219,123,171); }

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

background-color css

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

 a { background-color: rgb(219,123,171); }

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

border-color css

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

 span { border-color: rgb(219,123,171); }

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