Html Css Color HEX #D54A62 Cabaret

📋 copy color: '#D54A62'

red 213 ◦ green 74 ◦ blue 98

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

Shades of Cabaret #D54A62

Tints of Cabaret #D54A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.45%

R = 55.32%
G = 19.22%
B = 25.45%

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

#D54A62 (or 0xD54A62) is known color: Cabaret. HEX triplet: D5, 4A and 62. RGB value is (213,74,98). Sum of RGB (Red+Green+Blue) = 213+74+98=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A62 is #2AB59D. Grayscale: #767676. Windows color (decimal): -2799006 or 6441685. OLE color: 6441685.

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

Color convert

RGB 213 74 98 -
CMYK 0 0.65 0.54 0.16
HSL 349.64º 0.62% 0.56% -
HSV(B) 349.64º 0.65% 0.84% -
XYZ 32.09 19.93 13.71 -
YUV 118.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 213 74 98 0 0.65 0.54 0.16 349.64 0.62 0.56
Hex D5 4A 62 0 41 36 10 15E 3E 38
Octal 325 112 142 0 101 66 20 536 76 70
Binary 11010101 1001010 1100010 0 1000001 110110 10000 101011110 111110 111000

Color Harmonies of #D54A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A62

Black with #D54A62

Text Example


Text Example

White with #D54A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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