Html Css Color HEX #D15F79 Cabaret

📋 copy color: '#D15F79'

red 209 ◦ green 95 ◦ blue 121

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

Shades of Cabaret #D15F79

Tints of Cabaret #D15F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.47%

R = 49.18%
G = 22.35%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D15F79 (or 0xD15F79) is known color: Cabaret. HEX triplet: D1, 5F and 79. RGB value is (209,95,121). Sum of RGB (Red+Green+Blue) = 209+95+121=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F79 is #2EA086. Grayscale: #848484. Windows color (decimal): -3055751 or 7954385. OLE color: 7954385.

HSL color Cylindrical-coordinate representation of color #D15F79: hue angle of 346.32º 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 #D15F79 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 95 121 -
CMYK 0 0.55 0.42 0.18
HSL 346.32º 0.55% 0.6% -
HSV(B) 346.32º 0.55% 0.82% -
XYZ 33.84 23.12 20.77 -
YUV 132.05 121.77 182.89 -
System Red Green Blue C M Y K H S L
Decimal 209 95 121 0 0.55 0.42 0.18 346.32 0.55 0.6
Hex D1 5F 79 0 37 2A 12 15A 37 3C
Octal 321 137 171 0 67 52 22 532 67 74
Binary 11010001 1011111 1111001 0 110111 101010 10010 101011010 110111 111100

Color Harmonies of #D15F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F79

Black with #D15F79

Text Example


Text Example

White with #D15F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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