Html Css Color HEX #DB5269 Cabaret

📋 copy color: '#DB5269'

red 219 ◦ green 82 ◦ blue 105

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

Shades of Cabaret #DB5269

Tints of Cabaret #DB5269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.2%

 BLUE value IS 105 (41.41% from 255) = 25.86%

R = 53.94%
G = 20.2%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB5269 (or 0xDB5269) is known color: Cabaret. HEX triplet: DB, 52 and 69. RGB value is (219,82,105). Sum of RGB (Red+Green+Blue) = 219+82+105=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5269 is #24AD96. Grayscale: #7D7D7D. Windows color (decimal): -2403735 or 6902491. OLE color: 6902491.

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

Color convert

RGB 219 82 105 -
CMYK 0 0.63 0.52 0.14
HSL 349.93º 0.66% 0.59% -
HSV(B) 349.93º 0.63% 0.86% -
XYZ 34.78 22.11 15.8 -
YUV 125.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 219 82 105 0 0.63 0.52 0.14 349.93 0.66 0.59
Hex DB 52 69 0 3F 34 E 15E 42 3B
Octal 333 122 151 0 77 64 16 536 102 73
Binary 11011011 1010010 1101001 0 111111 110100 1110 101011110 1000010 111011

Color Harmonies of #DB5269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5269

Black with #DB5269

Text Example


Text Example

White with #DB5269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5269; }

 p { color: rgb(219,82,105); }

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

background-color css

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

 a { background-color: rgb(219,82,105); }

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

border-color css

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

 span { border-color: rgb(219,82,105); }

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