Html Css Color HEX #D5476A Cabaret

📋 copy color: '#D5476A'

red 213 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #D5476A

Tints of Cabaret #D5476A

RGB

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

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

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

R = 54.62%
G = 18.21%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5476A (or 0xD5476A) is known color: Cabaret. HEX triplet: D5, 47 and 6A. RGB value is (213,71,106). Sum of RGB (Red+Green+Blue) = 213+71+106=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5476A is #2AB895. Grayscale: #757575. Windows color (decimal): -2799766 or 6965205. OLE color: 6965205.

HSL color Cylindrical-coordinate representation of color #D5476A: hue angle of 345.21º 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 #D5476A is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 71 106 -
CMYK 0 0.67 0.50 0.16
HSL 345.21º 0.63% 0.56% -
HSV(B) 345.21º 0.67% 0.84% -
XYZ 32.3 19.69 15.73 -
YUV 117.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 213 71 106 0 0.67 0.50 0.16 345.21 0.63 0.56
Hex D5 47 6A 0 43 32 10 159 3F 38
Octal 325 107 152 0 103 62 20 531 77 70
Binary 11010101 1000111 1101010 0 1000011 110010 10000 101011001 111111 111000

Color Harmonies of #D5476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5476A

Black with #D5476A

Text Example


Text Example

White with #D5476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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