Html Css Color HEX #D5496A Cabaret

📋 copy color: '#D5496A'

red 213 ◦ green 73 ◦ blue 106

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

Shades of Cabaret #D5496A

Tints of Cabaret #D5496A

RGB

 RED value IS 213 (83.59% from 255) = 54.34%

 GREEN value IS 73 (28.91% from 255) = 18.62%

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

R = 54.34%
G = 18.62%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5496A (or 0xD5496A) is known color: Cabaret. HEX triplet: D5, 49 and 6A. RGB value is (213,73,106). Sum of RGB (Red+Green+Blue) = 213+73+106=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5496A is #2AB695. Grayscale: #767676. Windows color (decimal): -2799254 or 6965717. OLE color: 6965717.

HSL color Cylindrical-coordinate representation of color #D5496A: hue angle of 345.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5496A is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 106 -
CMYK 0 0.66 0.50 0.16
HSL 345.86º 0.63% 0.56% -
HSV(B) 345.86º 0.66% 0.84% -
XYZ 32.42 19.95 15.78 -
YUV 118.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 213 73 106 0 0.66 0.50 0.16 345.86 0.63 0.56
Hex D5 49 6A 0 42 32 10 15A 3E 38
Octal 325 111 152 0 102 62 20 532 76 70
Binary 11010101 1001001 1101010 0 1000010 110010 10000 101011010 111110 111000

Color Harmonies of #D5496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5496A

Black with #D5496A

Text Example


Text Example

White with #D5496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5496A; }

 p { color: rgb(213,73,106); }

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

background-color css

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

 a { background-color: rgb(213,73,106); }

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

border-color css

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

 span { border-color: rgb(213,73,106); }

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