Html Css Color HEX #DB5A6D Cabaret

📋 copy color: '#DB5A6D'

red 219 ◦ green 90 ◦ blue 109

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

Shades of Cabaret #DB5A6D

Tints of Cabaret #DB5A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.53%

 BLUE value IS 109 (42.97% from 255) = 26.08%

R = 52.39%
G = 21.53%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB5A6D (or 0xDB5A6D) is known color: Cabaret. HEX triplet: DB, 5A and 6D. RGB value is (219,90,109). Sum of RGB (Red+Green+Blue) = 219+90+109=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A6D is #24A592. Grayscale: #828282. Windows color (decimal): -2401683 or 7166683. OLE color: 7166683.

HSL color Cylindrical-coordinate representation of color #DB5A6D: hue angle of 351.16º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5A6D is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 90 109 -
CMYK 0 0.59 0.50 0.14
HSL 351.16º 0.64% 0.61% -
HSV(B) 351.16º 0.59% 0.86% -
XYZ 35.63 23.48 17.12 -
YUV 130.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 219 90 109 0 0.59 0.50 0.14 351.16 0.64 0.61
Hex DB 5A 6D 0 3B 32 E 15F 40 3D
Octal 333 132 155 0 73 62 16 537 100 75
Binary 11011011 1011010 1101101 0 111011 110010 1110 101011111 1000000 111101

Color Harmonies of #DB5A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A6D

Black with #DB5A6D

Text Example


Text Example

White with #DB5A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A6D; }

 p { color: rgb(219,90,109); }

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

background-color css

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

 a { background-color: rgb(219,90,109); }

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

border-color css

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

 span { border-color: rgb(219,90,109); }

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