Html Css Color HEX #D15A73 Cabaret

📋 copy color: '#D15A73'

red 209 ◦ green 90 ◦ blue 115

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

Shades of Cabaret #D15A73

Tints of Cabaret #D15A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.74%

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

R = 50.48%
G = 21.74%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D15A73 (or 0xD15A73) is known color: Cabaret. HEX triplet: D1, 5A and 73. RGB value is (209,90,115). Sum of RGB (Red+Green+Blue) = 209+90+115=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15A73 is #2EA58C. Grayscale: #808080. Windows color (decimal): -3057037 or 7559889. OLE color: 7559889.

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

Color convert

RGB 209 90 115 -
CMYK 0 0.57 0.45 0.18
HSL 347.4º 0.56% 0.59% -
HSV(B) 347.4º 0.57% 0.82% -
XYZ 33.05 22.11 18.74 -
YUV 128.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 209 90 115 0 0.57 0.45 0.18 347.4 0.56 0.59
Hex D1 5A 73 0 39 2D 12 15B 38 3B
Octal 321 132 163 0 71 55 22 533 70 73
Binary 11010001 1011010 1110011 0 111001 101101 10010 101011011 111000 111011

Color Harmonies of #D15A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15A73

Black with #D15A73

Text Example


Text Example

White with #D15A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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