Html Css Color HEX #DB7DAE Kobi

📋 copy color: '#DB7DAE'

red 219 ◦ green 125 ◦ blue 174

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

Shades of Kobi #DB7DAE

Tints of Kobi #DB7DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.59%

R = 42.28%
G = 24.13%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB7DAE (or 0xDB7DAE) is known color: Kobi. HEX triplet: DB, 7D and AE. RGB value is (219,125,174). Sum of RGB (Red+Green+Blue) = 219+125+174=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7DAE is #248251. Grayscale: #9E9E9E. Windows color (decimal): -2392658 or 11435483. OLE color: 11435483.

HSL color Cylindrical-coordinate representation of color #DB7DAE: hue angle of 328.72º 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 #DB7DAE is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 125 174 -
CMYK 0 0.43 0.21 0.14
HSL 328.72º 0.57% 0.67% -
HSV(B) 328.72º 0.43% 0.86% -
XYZ 44.19 32.78 44.04 -
YUV 158.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 219 125 174 0 0.43 0.21 0.14 328.72 0.57 0.67
Hex DB 7D AE 0 2B 15 E 149 39 43
Octal 333 175 256 0 53 25 16 511 71 103
Binary 11011011 1111101 10101110 0 101011 10101 1110 101001001 111001 1000011

Color Harmonies of #DB7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DAE

Black with #DB7DAE

Text Example


Text Example

White with #DB7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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