Html Css Color HEX #D15E6A Cabaret

📋 copy color: '#D15E6A'

red 209 ◦ green 94 ◦ blue 106

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

Shades of Cabaret #D15E6A

Tints of Cabaret #D15E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.92%

R = 51.1%
G = 22.98%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D15E6A (or 0xD15E6A) is known color: Cabaret. HEX triplet: D1, 5E and 6A. RGB value is (209,94,106). Sum of RGB (Red+Green+Blue) = 209+94+106=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E6A is #2EA195. Grayscale: #818181. Windows color (decimal): -3056022 or 6971089. OLE color: 6971089.

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

Color convert

RGB 209 94 106 -
CMYK 0 0.55 0.49 0.18
HSL 353.74º 0.56% 0.59% -
HSV(B) 353.74º 0.55% 0.82% -
XYZ 32.9 22.6 16.26 -
YUV 129.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 209 94 106 0 0.55 0.49 0.18 353.74 0.56 0.59
Hex D1 5E 6A 0 37 31 12 162 38 3B
Octal 321 136 152 0 67 61 22 542 70 73
Binary 11010001 1011110 1101010 0 110111 110001 10010 101100010 111000 111011

Color Harmonies of #D15E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15E6A

Black with #D15E6A

Text Example


Text Example

White with #D15E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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