Html Css Color HEX #D15473 Cabaret

📋 copy color: '#D15473'

red 209 ◦ green 84 ◦ blue 115

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

Shades of Cabaret #D15473

Tints of Cabaret #D15473

RGB

 RED value IS 209 (82.03% from 255) = 51.23%

 GREEN value IS 84 (33.2% from 255) = 20.59%

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 51.23%
G = 20.59%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D15473 (or 0xD15473) is known color: Cabaret. HEX triplet: D1, 54 and 73. RGB value is (209,84,115). Sum of RGB (Red+Green+Blue) = 209+84+115=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D15473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15473 is #2EAB8C. Grayscale: #7C7C7C. Windows color (decimal): -3058573 or 7558353. OLE color: 7558353.

HSL color Cylindrical-coordinate representation of color #D15473: hue angle of 345.12º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15473 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 84 115 -
CMYK 0 0.60 0.45 0.18
HSL 345.12º 0.58% 0.57% -
HSV(B) 345.12º 0.6% 0.82% -
XYZ 32.56 21.13 18.58 -
YUV 124.91 122.41 187.98 -
System Red Green Blue C M Y K H S L
Decimal 209 84 115 0 0.60 0.45 0.18 345.12 0.58 0.57
Hex D1 54 73 0 3C 2D 12 159 3A 39
Octal 321 124 163 0 74 55 22 531 72 71
Binary 11010001 1010100 1110011 0 111100 101101 10010 101011001 111010 111001

Color Harmonies of #D15473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15473

Black with #D15473

Text Example


Text Example

White with #D15473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15473; }

 p { color: rgb(209,84,115); }

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

background-color css

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

 a { background-color: rgb(209,84,115); }

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

border-color css

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

 span { border-color: rgb(209,84,115); }

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