Html Css Color HEX #D15E6E Cabaret

📋 copy color: '#D15E6E'

red 209 ◦ green 94 ◦ blue 110

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

Shades of Cabaret #D15E6E

Tints of Cabaret #D15E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.63%

R = 50.61%
G = 22.76%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D15E6E (or 0xD15E6E) is known color: Cabaret. HEX triplet: D1, 5E and 6E. RGB value is (209,94,110). Sum of RGB (Red+Green+Blue) = 209+94+110=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E6E is #2EA191. Grayscale: #828282. Windows color (decimal): -3056018 or 7233233. OLE color: 7233233.

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

Color convert

RGB 209 94 110 -
CMYK 0 0.55 0.47 0.18
HSL 351.65º 0.56% 0.59% -
HSV(B) 351.65º 0.55% 0.82% -
XYZ 33.11 22.69 17.39 -
YUV 130.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 209 94 110 0 0.55 0.47 0.18 351.65 0.56 0.59
Hex D1 5E 6E 0 37 2F 12 160 38 3B
Octal 321 136 156 0 67 57 22 540 70 73
Binary 11010001 1011110 1101110 0 110111 101111 10010 101100000 111000 111011

Color Harmonies of #D15E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15E6E

Black with #D15E6E

Text Example


Text Example

White with #D15E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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