Html Css Color HEX #D15D72 Cabaret

📋 copy color: '#D15D72'

red 209 ◦ green 93 ◦ blue 114

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

Shades of Cabaret #D15D72

Tints of Cabaret #D15D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.36%

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

R = 50.24%
G = 22.36%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D15D72 (or 0xD15D72) is known color: Cabaret. HEX triplet: D1, 5D and 72. RGB value is (209,93,114). Sum of RGB (Red+Green+Blue) = 209+93+114=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D72 is #2EA28D. Grayscale: #828282. Windows color (decimal): -3056270 or 7495121. OLE color: 7495121.

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

Color convert

RGB 209 93 114 -
CMYK 0 0.56 0.45 0.18
HSL 349.14º 0.56% 0.59% -
HSV(B) 349.14º 0.56% 0.82% -
XYZ 33.25 22.6 18.53 -
YUV 130.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 209 93 114 0 0.56 0.45 0.18 349.14 0.56 0.59
Hex D1 5D 72 0 38 2D 12 15D 38 3B
Octal 321 135 162 0 70 55 22 535 70 73
Binary 11010001 1011101 1110010 0 111000 101101 10010 101011101 111000 111011

Color Harmonies of #D15D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15D72

Black with #D15D72

Text Example


Text Example

White with #D15D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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