Html Css Color HEX #D54A64 Cabaret

📋 copy color: '#D54A64'

red 213 ◦ green 74 ◦ blue 100

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

Shades of Cabaret #D54A64

Tints of Cabaret #D54A64

RGB

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

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

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

R = 55.04%
G = 19.12%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D54A64 (or 0xD54A64) is known color: Cabaret. HEX triplet: D5, 4A and 64. RGB value is (213,74,100). Sum of RGB (Red+Green+Blue) = 213+74+100=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A64 is #2AB59B. Grayscale: #767676. Windows color (decimal): -2799004 or 6572757. OLE color: 6572757.

HSL color Cylindrical-coordinate representation of color #D54A64: hue angle of 348.78º 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 #D54A64 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 74 100 -
CMYK 0 0.65 0.53 0.16
HSL 348.78º 0.62% 0.56% -
HSV(B) 348.78º 0.65% 0.84% -
XYZ 32.19 19.96 14.21 -
YUV 118.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 213 74 100 0 0.65 0.53 0.16 348.78 0.62 0.56
Hex D5 4A 64 0 41 35 10 15D 3E 38
Octal 325 112 144 0 101 65 20 535 76 70
Binary 11010101 1001010 1100100 0 1000001 110101 10000 101011101 111110 111000

Color Harmonies of #D54A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A64

Black with #D54A64

Text Example


Text Example

White with #D54A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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