Html Css Color HEX #D15E72 Cabaret

📋 copy color: '#D15E72'

red 209 ◦ green 94 ◦ blue 114

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

Shades of Cabaret #D15E72

Tints of Cabaret #D15E72

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.54%

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 50.12%
G = 22.54%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D15E72 (or 0xD15E72) is known color: Cabaret. HEX triplet: D1, 5E and 72. RGB value is (209,94,114). Sum of RGB (Red+Green+Blue) = 209+94+114=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E72 is #2EA18D. Grayscale: #828282. Windows color (decimal): -3056014 or 7495377. OLE color: 7495377.

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

Color convert

RGB 209 94 114 -
CMYK 0 0.55 0.45 0.18
HSL 349.57º 0.56% 0.59% -
HSV(B) 349.57º 0.55% 0.82% -
XYZ 33.33 22.78 18.56 -
YUV 130.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 209 94 114 0 0.55 0.45 0.18 349.57 0.56 0.59
Hex D1 5E 72 0 37 2D 12 15E 38 3B
Octal 321 136 162 0 67 55 22 536 70 73
Binary 11010001 1011110 1110010 0 110111 101101 10010 101011110 111000 111011

Color Harmonies of #D15E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15E72

Black with #D15E72

Text Example


Text Example

White with #D15E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15E72; }

 p { color: rgb(209,94,114); }

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

background-color css

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

 a { background-color: rgb(209,94,114); }

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

border-color css

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

 span { border-color: rgb(209,94,114); }

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