Html Css Color HEX #D15364 Cabaret

📋 copy color: '#D15364'

red 209 ◦ green 83 ◦ blue 100

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

Shades of Cabaret #D15364

Tints of Cabaret #D15364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.51%

R = 53.32%
G = 21.17%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D15364 (or 0xD15364) is known color: Cabaret. HEX triplet: D1, 53 and 64. RGB value is (209,83,100). Sum of RGB (Red+Green+Blue) = 209+83+100=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D15364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15364 is #2EAC9B. Grayscale: #7A7A7A. Windows color (decimal): -3058844 or 6575057. OLE color: 6575057.

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

Color convert

RGB 209 83 100 -
CMYK 0 0.60 0.52 0.18
HSL 351.9º 0.58% 0.57% -
HSV(B) 351.9º 0.6% 0.82% -
XYZ 31.69 20.66 14.37 -
YUV 122.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 209 83 100 0 0.60 0.52 0.18 351.9 0.58 0.57
Hex D1 53 64 0 3C 34 12 160 3A 39
Octal 321 123 144 0 74 64 22 540 72 71
Binary 11010001 1010011 1100100 0 111100 110100 10010 101100000 111010 111001

Color Harmonies of #D15364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15364

Black with #D15364

Text Example


Text Example

White with #D15364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15364; }

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

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

background-color css

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

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

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

border-color css

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

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

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