Html Css Color HEX #D15A75 Cabaret

📋 copy color: '#D15A75'

red 209 ◦ green 90 ◦ blue 117

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

Shades of Cabaret #D15A75

Tints of Cabaret #D15A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.13%

R = 50.24%
G = 21.63%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D15A75 (or 0xD15A75) is known color: Cabaret. HEX triplet: D1, 5A and 75. RGB value is (209,90,117). Sum of RGB (Red+Green+Blue) = 209+90+117=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15A75 is #2EA58A. Grayscale: #808080. Windows color (decimal): -3057035 or 7690961. OLE color: 7690961.

HSL color Cylindrical-coordinate representation of color #D15A75: hue angle of 346.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 #D15A75 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 90 117 -
CMYK 0 0.57 0.44 0.18
HSL 346.39º 0.56% 0.59% -
HSV(B) 346.39º 0.57% 0.82% -
XYZ 33.16 22.15 19.36 -
YUV 128.66 121.42 185.3 -
System Red Green Blue C M Y K H S L
Decimal 209 90 117 0 0.57 0.44 0.18 346.39 0.56 0.59
Hex D1 5A 75 0 39 2C 12 15A 38 3B
Octal 321 132 165 0 71 54 22 532 70 73
Binary 11010001 1011010 1110101 0 111001 101100 10010 101011010 111000 111011

Color Harmonies of #D15A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15A75

Black with #D15A75

Text Example


Text Example

White with #D15A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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