Html Css Color HEX #DB7DA9 Kobi

📋 copy color: '#DB7DA9'

red 219 ◦ green 125 ◦ blue 169

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

Shades of Kobi #DB7DA9

Tints of Kobi #DB7DA9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.37%

 BLUE value IS 169 (66.41% from 255) = 32.94%

R = 42.69%
G = 24.37%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB7DA9 (or 0xDB7DA9) is known color: Kobi. HEX triplet: DB, 7D and A9. RGB value is (219,125,169). Sum of RGB (Red+Green+Blue) = 219+125+169=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7DA9 is #248256. Grayscale: #9E9E9E. Windows color (decimal): -2392663 or 11107803. OLE color: 11107803.

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

Color convert

RGB 219 125 169 -
CMYK 0 0.43 0.23 0.14
HSL 331.91º 0.57% 0.67% -
HSV(B) 331.91º 0.43% 0.86% -
XYZ 43.71 32.59 41.52 -
YUV 158.12 134.14 171.42 -
System Red Green Blue C M Y K H S L
Decimal 219 125 169 0 0.43 0.23 0.14 331.91 0.57 0.67
Hex DB 7D A9 0 2B 17 E 14C 39 43
Octal 333 175 251 0 53 27 16 514 71 103
Binary 11011011 1111101 10101001 0 101011 10111 1110 101001100 111001 1000011

Color Harmonies of #DB7DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DA9

Black with #DB7DA9

Text Example


Text Example

White with #DB7DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DA9; }

 p { color: rgb(219,125,169); }

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

background-color css

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

 a { background-color: rgb(219,125,169); }

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

border-color css

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

 span { border-color: rgb(219,125,169); }

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