Html Css Color HEX #D15366 Cabaret

📋 copy color: '#D15366'

red 209 ◦ green 83 ◦ blue 102

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

Shades of Cabaret #D15366

Tints of Cabaret #D15366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.07%

 BLUE value IS 102 (40.23% from 255) = 25.89%

R = 53.05%
G = 21.07%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D15366 (or 0xD15366) is known color: Cabaret. HEX triplet: D1, 53 and 66. RGB value is (209,83,102). Sum of RGB (Red+Green+Blue) = 209+83+102=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D15366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15366 is #2EAC99. Grayscale: #7A7A7A. Windows color (decimal): -3058842 or 6706129. OLE color: 6706129.

HSL color Cylindrical-coordinate representation of color #D15366: hue angle of 350.95º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15366 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 83 102 -
CMYK 0 0.60 0.51 0.18
HSL 350.95º 0.58% 0.57% -
HSV(B) 350.95º 0.6% 0.82% -
XYZ 31.79 20.7 14.89 -
YUV 122.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 209 83 102 0 0.60 0.51 0.18 350.95 0.58 0.57
Hex D1 53 66 0 3C 33 12 15F 3A 39
Octal 321 123 146 0 74 63 22 537 72 71
Binary 11010001 1010011 1100110 0 111100 110011 10010 101011111 111010 111001

Color Harmonies of #D15366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15366

Black with #D15366

Text Example


Text Example

White with #D15366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15366; }

 p { color: rgb(209,83,102); }

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

background-color css

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

 a { background-color: rgb(209,83,102); }

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

border-color css

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

 span { border-color: rgb(209,83,102); }

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