Html Css Color HEX #DB5A6B Cabaret

📋 copy color: '#DB5A6B'

red 219 ◦ green 90 ◦ blue 107

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

Shades of Cabaret #DB5A6B

Tints of Cabaret #DB5A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.72%

R = 52.64%
G = 21.63%
B = 25.72%

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

#DB5A6B (or 0xDB5A6B) is known color: Cabaret. HEX triplet: DB, 5A and 6B. RGB value is (219,90,107). Sum of RGB (Red+Green+Blue) = 219+90+107=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A6B is #24A594. Grayscale: #828282. Windows color (decimal): -2401685 or 7035611. OLE color: 7035611.

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

Color convert

RGB 219 90 107 -
CMYK 0 0.59 0.51 0.14
HSL 352.09º 0.64% 0.61% -
HSV(B) 352.09º 0.59% 0.86% -
XYZ 35.52 23.43 16.56 -
YUV 130.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 219 90 107 0 0.59 0.51 0.14 352.09 0.64 0.61
Hex DB 5A 6B 0 3B 33 E 160 40 3D
Octal 333 132 153 0 73 63 16 540 100 75
Binary 11011011 1011010 1101011 0 111011 110011 1110 101100000 1000000 111101

Color Harmonies of #DB5A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A6B

Black with #DB5A6B

Text Example


Text Example

White with #DB5A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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