Html Css Color HEX #D15F71 Cabaret

📋 copy color: '#D15F71'

red 209 ◦ green 95 ◦ blue 113

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

Shades of Cabaret #D15F71

Tints of Cabaret #D15F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.78%

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 50.12%
G = 22.78%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D15F71 (or 0xD15F71) is known color: Cabaret. HEX triplet: D1, 5F and 71. RGB value is (209,95,113). Sum of RGB (Red+Green+Blue) = 209+95+113=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F71 is #2EA08E. Grayscale: #838383. Windows color (decimal): -3055759 or 7430097. OLE color: 7430097.

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

Color convert

RGB 209 95 113 -
CMYK 0 0.55 0.46 0.18
HSL 350.53º 0.55% 0.6% -
HSV(B) 350.53º 0.55% 0.82% -
XYZ 33.37 22.93 18.29 -
YUV 131.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 209 95 113 0 0.55 0.46 0.18 350.53 0.55 0.6
Hex D1 5F 71 0 37 2E 12 15F 37 3C
Octal 321 137 161 0 67 56 22 537 67 74
Binary 11010001 1011111 1110001 0 110111 101110 10010 101011111 110111 111100

Color Harmonies of #D15F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F71

Black with #D15F71

Text Example


Text Example

White with #D15F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F71; }

 p { color: rgb(209,95,113); }

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

background-color css

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

 a { background-color: rgb(209,95,113); }

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

border-color css

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

 span { border-color: rgb(209,95,113); }

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