Html Css Color HEX #D54A63 Cabaret

📋 copy color: '#D54A63'

red 213 ◦ green 74 ◦ blue 99

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

Shades of Cabaret #D54A63

Tints of Cabaret #D54A63

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.17%

 BLUE value IS 99 (39.06% from 255) = 25.65%

R = 55.18%
G = 19.17%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D54A63 (or 0xD54A63) is known color: Cabaret. HEX triplet: D5, 4A and 63. RGB value is (213,74,99). Sum of RGB (Red+Green+Blue) = 213+74+99=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A63 is #2AB59C. Grayscale: #767676. Windows color (decimal): -2799005 or 6507221. OLE color: 6507221.

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

Color convert

RGB 213 74 99 -
CMYK 0 0.65 0.54 0.16
HSL 349.21º 0.62% 0.56% -
HSV(B) 349.21º 0.65% 0.84% -
XYZ 32.14 19.94 13.96 -
YUV 118.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 213 74 99 0 0.65 0.54 0.16 349.21 0.62 0.56
Hex D5 4A 63 0 41 36 10 15D 3E 38
Octal 325 112 143 0 101 66 20 535 76 70
Binary 11010101 1001010 1100011 0 1000001 110110 10000 101011101 111110 111000

Color Harmonies of #D54A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A63

Black with #D54A63

Text Example


Text Example

White with #D54A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A63; }

 p { color: rgb(213,74,99); }

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

background-color css

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

 a { background-color: rgb(213,74,99); }

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

border-color css

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

 span { border-color: rgb(213,74,99); }

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