Html Css Color HEX #D54C6A Cabaret

📋 copy color: '#D54C6A'

red 213 ◦ green 76 ◦ blue 106

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

Shades of Cabaret #D54C6A

Tints of Cabaret #D54C6A

RGB

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

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

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

R = 53.92%
G = 19.24%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D54C6A (or 0xD54C6A) is known color: Cabaret. HEX triplet: D5, 4C and 6A. RGB value is (213,76,106). Sum of RGB (Red+Green+Blue) = 213+76+106=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C6A is #2AB395. Grayscale: #787878. Windows color (decimal): -2798486 or 6966485. OLE color: 6966485.

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

Color convert

RGB 213 76 106 -
CMYK 0 0.64 0.50 0.16
HSL 346.86º 0.62% 0.57% -
HSV(B) 346.86º 0.64% 0.84% -
XYZ 32.63 20.36 15.85 -
YUV 120.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 213 76 106 0 0.64 0.50 0.16 346.86 0.62 0.57
Hex D5 4C 6A 0 40 32 10 15B 3E 39
Octal 325 114 152 0 100 62 20 533 76 71
Binary 11010101 1001100 1101010 0 1000000 110010 10000 101011011 111110 111001

Color Harmonies of #D54C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C6A

Black with #D54C6A

Text Example


Text Example

White with #D54C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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