Html Css Color HEX #DA476A Cabaret

📋 copy color: '#DA476A'

red 218 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #DA476A

Tints of Cabaret #DA476A

RGB

 RED value IS 218 (85.55% from 255) = 55.19%

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

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

R = 55.19%
G = 17.97%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA476A (or 0xDA476A) is known color: Cabaret. HEX triplet: DA, 47 and 6A. RGB value is (218,71,106). Sum of RGB (Red+Green+Blue) = 218+71+106=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA476A is #25B895. Grayscale: #767676. Windows color (decimal): -2472086 or 6965210. OLE color: 6965210.

HSL color Cylindrical-coordinate representation of color #DA476A: hue angle of 345.71º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA476A is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 71 106 -
CMYK 0 0.67 0.51 0.15
HSL 345.71º 0.67% 0.57% -
HSV(B) 345.71º 0.67% 0.85% -
XYZ 33.77 20.45 15.8 -
YUV 118.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 218 71 106 0 0.67 0.51 0.15 345.71 0.67 0.57
Hex DA 47 6A 0 43 33 F 15A 43 39
Octal 332 107 152 0 103 63 17 532 103 71
Binary 11011010 1000111 1101010 0 1000011 110011 1111 101011010 1000011 111001

Color Harmonies of #DA476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA476A

Black with #DA476A

Text Example


Text Example

White with #DA476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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