Html Css Color HEX #DB476A Cabaret

📋 copy color: '#DB476A'

red 219 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #DB476A

Tints of Cabaret #DB476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.93%

 BLUE value IS 106 (41.8% from 255) = 26.77%

R = 55.3%
G = 17.93%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB476A (or 0xDB476A) is known color: Cabaret. HEX triplet: DB, 47 and 6A. RGB value is (219,71,106). Sum of RGB (Red+Green+Blue) = 219+71+106=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB476A is #24B895. Grayscale: #777777. Windows color (decimal): -2406550 or 6965211. OLE color: 6965211.

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

Color convert

RGB 219 71 106 -
CMYK 0 0.68 0.52 0.14
HSL 345.81º 0.67% 0.57% -
HSV(B) 345.81º 0.68% 0.86% -
XYZ 34.07 20.61 15.82 -
YUV 119.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 219 71 106 0 0.68 0.52 0.14 345.81 0.67 0.57
Hex DB 47 6A 0 44 34 E 15A 43 39
Octal 333 107 152 0 104 64 16 532 103 71
Binary 11011011 1000111 1101010 0 1000100 110100 1110 101011010 1000011 111001

Color Harmonies of #DB476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB476A

Black with #DB476A

Text Example


Text Example

White with #DB476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB476A; }

 p { color: rgb(219,71,106); }

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

background-color css

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

 a { background-color: rgb(219,71,106); }

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

border-color css

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

 span { border-color: rgb(219,71,106); }

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