Html Css Color HEX #D5476E Cabaret

📋 copy color: '#D5476E'

red 213 ◦ green 71 ◦ blue 110

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

Shades of Cabaret #D5476E

Tints of Cabaret #D5476E

RGB

 RED value IS 213 (83.59% from 255) = 54.06%

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

 BLUE value IS 110 (43.36% from 255) = 27.92%

R = 54.06%
G = 18.02%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5476E (or 0xD5476E) is known color: Cabaret. HEX triplet: D5, 47 and 6E. RGB value is (213,71,110). Sum of RGB (Red+Green+Blue) = 213+71+110=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5476E is #2AB891. Grayscale: #757575. Windows color (decimal): -2799762 or 7227349. OLE color: 7227349.

HSL color Cylindrical-coordinate representation of color #D5476E: hue angle of 343.52º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5476E is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 71 110 -
CMYK 0 0.67 0.48 0.16
HSL 343.52º 0.63% 0.56% -
HSV(B) 343.52º 0.67% 0.84% -
XYZ 32.51 19.78 16.86 -
YUV 117.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 213 71 110 0 0.67 0.48 0.16 343.52 0.63 0.56
Hex D5 47 6E 0 43 30 10 158 3F 38
Octal 325 107 156 0 103 60 20 530 77 70
Binary 11010101 1000111 1101110 0 1000011 110000 10000 101011000 111111 111000

Color Harmonies of #D5476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5476E

Black with #D5476E

Text Example


Text Example

White with #D5476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5476E; }

 p { color: rgb(213,71,110); }

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

background-color css

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

 a { background-color: rgb(213,71,110); }

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

border-color css

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

 span { border-color: rgb(213,71,110); }

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