Html Css Color HEX #DB4A66 Cabaret

📋 copy color: '#DB4A66'

red 219 ◦ green 74 ◦ blue 102

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

Shades of Cabaret #DB4A66

Tints of Cabaret #DB4A66

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.73%

 BLUE value IS 102 (40.23% from 255) = 25.82%

R = 55.44%
G = 18.73%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB4A66 (or 0xDB4A66) is known color: Cabaret. HEX triplet: DB, 4A and 66. RGB value is (219,74,102). Sum of RGB (Red+Green+Blue) = 219+74+102=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4A66 is #24B599. Grayscale: #787878. Windows color (decimal): -2405786 or 6703835. OLE color: 6703835.

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

Color convert

RGB 219 74 102 -
CMYK 0 0.66 0.53 0.14
HSL 348.41º 0.67% 0.57% -
HSV(B) 348.41º 0.66% 0.86% -
XYZ 34.06 20.92 14.81 -
YUV 120.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 219 74 102 0 0.66 0.53 0.14 348.41 0.67 0.57
Hex DB 4A 66 0 42 35 E 15C 43 39
Octal 333 112 146 0 102 65 16 534 103 71
Binary 11011011 1001010 1100110 0 1000010 110101 1110 101011100 1000011 111001

Color Harmonies of #DB4A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A66

Black with #DB4A66

Text Example


Text Example

White with #DB4A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A66; }

 p { color: rgb(219,74,102); }

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

background-color css

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

 a { background-color: rgb(219,74,102); }

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

border-color css

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

 span { border-color: rgb(219,74,102); }

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