Html Css Color HEX #DB5A6C Cabaret

📋 copy color: '#DB5A6C'

red 219 ◦ green 90 ◦ blue 108

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

Shades of Cabaret #DB5A6C

Tints of Cabaret #DB5A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.9%

R = 52.52%
G = 21.58%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB5A6C (or 0xDB5A6C) is known color: Cabaret. HEX triplet: DB, 5A and 6C. RGB value is (219,90,108). Sum of RGB (Red+Green+Blue) = 219+90+108=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A6C is #24A593. Grayscale: #828282. Windows color (decimal): -2401684 or 7101147. OLE color: 7101147.

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

Color convert

RGB 219 90 108 -
CMYK 0 0.59 0.51 0.14
HSL 351.63º 0.64% 0.61% -
HSV(B) 351.63º 0.59% 0.86% -
XYZ 35.58 23.46 16.84 -
YUV 130.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 219 90 108 0 0.59 0.51 0.14 351.63 0.64 0.61
Hex DB 5A 6C 0 3B 33 E 160 40 3D
Octal 333 132 154 0 73 63 16 540 100 75
Binary 11011011 1011010 1101100 0 111011 110011 1110 101100000 1000000 111101

Color Harmonies of #DB5A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A6C

Black with #DB5A6C

Text Example


Text Example

White with #DB5A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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