Html Css Color HEX #D54C63 Cabaret

📋 copy color: '#D54C63'

red 213 ◦ green 76 ◦ blue 99

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

Shades of Cabaret #D54C63

Tints of Cabaret #D54C63

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.59%

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

R = 54.9%
G = 19.59%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D54C63 (or 0xD54C63) is known color: Cabaret. HEX triplet: D5, 4C and 63. RGB value is (213,76,99). Sum of RGB (Red+Green+Blue) = 213+76+99=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C63 is #2AB39C. Grayscale: #777777. Windows color (decimal): -2798493 or 6507733. OLE color: 6507733.

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

Color convert

RGB 213 76 99 -
CMYK 0 0.64 0.54 0.16
HSL 349.93º 0.62% 0.57% -
HSV(B) 349.93º 0.64% 0.84% -
XYZ 32.28 20.22 14.01 -
YUV 119.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 213 76 99 0 0.64 0.54 0.16 349.93 0.62 0.57
Hex D5 4C 63 0 40 36 10 15E 3E 39
Octal 325 114 143 0 100 66 20 536 76 71
Binary 11010101 1001100 1100011 0 1000000 110110 10000 101011110 111110 111001

Color Harmonies of #D54C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C63

Black with #D54C63

Text Example


Text Example

White with #D54C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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