Html Css Color HEX #D54D6A Cabaret

📋 copy color: '#D54D6A'

red 213 ◦ green 77 ◦ blue 106

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

Shades of Cabaret #D54D6A

Tints of Cabaret #D54D6A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.44%

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

R = 53.79%
G = 19.44%
B = 26.77%

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

#D54D6A (or 0xD54D6A) is known color: Cabaret. HEX triplet: D5, 4D and 6A. RGB value is (213,77,106). Sum of RGB (Red+Green+Blue) = 213+77+106=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D6A is #2AB295. Grayscale: #787878. Windows color (decimal): -2798230 or 6966741. OLE color: 6966741.

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

Color convert

RGB 213 77 106 -
CMYK 0 0.64 0.50 0.16
HSL 347.21º 0.62% 0.57% -
HSV(B) 347.21º 0.64% 0.84% -
XYZ 32.7 20.49 15.87 -
YUV 120.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 213 77 106 0 0.64 0.50 0.16 347.21 0.62 0.57
Hex D5 4D 6A 0 40 32 10 15B 3E 39
Octal 325 115 152 0 100 62 20 533 76 71
Binary 11010101 1001101 1101010 0 1000000 110010 10000 101011011 111110 111001

Color Harmonies of #D54D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D6A

Black with #D54D6A

Text Example


Text Example

White with #D54D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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