Html Css Color HEX #D15E6D Cabaret

📋 copy color: '#D15E6D'

red 209 ◦ green 94 ◦ blue 109

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

Shades of Cabaret #D15E6D

Tints of Cabaret #D15E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 50.73%
G = 22.82%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D15E6D (or 0xD15E6D) is known color: Cabaret. HEX triplet: D1, 5E and 6D. RGB value is (209,94,109). Sum of RGB (Red+Green+Blue) = 209+94+109=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E6D is #2EA192. Grayscale: #828282. Windows color (decimal): -3056019 or 7167697. OLE color: 7167697.

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

Color convert

RGB 209 94 109 -
CMYK 0 0.55 0.48 0.18
HSL 352.17º 0.56% 0.59% -
HSV(B) 352.17º 0.55% 0.82% -
XYZ 33.06 22.66 17.1 -
YUV 130.1 116.1 184.28 -
System Red Green Blue C M Y K H S L
Decimal 209 94 109 0 0.55 0.48 0.18 352.17 0.56 0.59
Hex D1 5E 6D 0 37 30 12 160 38 3B
Octal 321 136 155 0 67 60 22 540 70 73
Binary 11010001 1011110 1101101 0 110111 110000 10010 101100000 111000 111011

Color Harmonies of #D15E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15E6D

Black with #D15E6D

Text Example


Text Example

White with #D15E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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