Html Css Color HEX #D54E6D Cabaret

📋 copy color: '#D54E6D'

red 213 ◦ green 78 ◦ blue 109

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

Shades of Cabaret #D54E6D

Tints of Cabaret #D54E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.5%

 BLUE value IS 109 (42.97% from 255) = 27.25%

R = 53.25%
G = 19.5%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D54E6D (or 0xD54E6D) is known color: Cabaret. HEX triplet: D5, 4E and 6D. RGB value is (213,78,109). Sum of RGB (Red+Green+Blue) = 213+78+109=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E6D is #2AB192. Grayscale: #797979. Windows color (decimal): -2797971 or 7163605. OLE color: 7163605.

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

Color convert

RGB 213 78 109 -
CMYK 0 0.63 0.49 0.16
HSL 346.22º 0.62% 0.57% -
HSV(B) 346.22º 0.63% 0.84% -
XYZ 32.93 20.7 16.73 -
YUV 121.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 213 78 109 0 0.63 0.49 0.16 346.22 0.62 0.57
Hex D5 4E 6D 0 3F 31 10 15A 3E 39
Octal 325 116 155 0 77 61 20 532 76 71
Binary 11010101 1001110 1101101 0 111111 110001 10000 101011010 111110 111001

Color Harmonies of #D54E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E6D

Black with #D54E6D

Text Example


Text Example

White with #D54E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E6D; }

 p { color: rgb(213,78,109); }

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

background-color css

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

 a { background-color: rgb(213,78,109); }

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

border-color css

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

 span { border-color: rgb(213,78,109); }

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