Html Css Color HEX #DB5A6F Cabaret

📋 copy color: '#DB5A6F'

red 219 ◦ green 90 ◦ blue 111

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

Shades of Cabaret #DB5A6F

Tints of Cabaret #DB5A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.43%

R = 52.14%
G = 21.43%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB5A6F (or 0xDB5A6F) is known color: Cabaret. HEX triplet: DB, 5A and 6F. RGB value is (219,90,111). Sum of RGB (Red+Green+Blue) = 219+90+111=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A6F is #24A590. Grayscale: #838383. Windows color (decimal): -2401681 or 7297755. OLE color: 7297755.

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

Color convert

RGB 219 90 111 -
CMYK 0 0.59 0.49 0.14
HSL 350.23º 0.64% 0.61% -
HSV(B) 350.23º 0.59% 0.86% -
XYZ 35.74 23.52 17.7 -
YUV 130.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 219 90 111 0 0.59 0.49 0.14 350.23 0.64 0.61
Hex DB 5A 6F 0 3B 31 E 15E 40 3D
Octal 333 132 157 0 73 61 16 536 100 75
Binary 11011011 1011010 1101111 0 111011 110001 1110 101011110 1000000 111101

Color Harmonies of #DB5A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A6F

Black with #DB5A6F

Text Example


Text Example

White with #DB5A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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