Html Css Color HEX #D54E68 Cabaret

📋 copy color: '#D54E68'

red 213 ◦ green 78 ◦ blue 104

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

Shades of Cabaret #D54E68

Tints of Cabaret #D54E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.33%

R = 53.92%
G = 19.75%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D54E68 (or 0xD54E68) is known color: Cabaret. HEX triplet: D5, 4E and 68. RGB value is (213,78,104). Sum of RGB (Red+Green+Blue) = 213+78+104=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E68 is #2AB197. Grayscale: #797979. Windows color (decimal): -2797976 or 6835925. OLE color: 6835925.

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

Color convert

RGB 213 78 104 -
CMYK 0 0.63 0.51 0.16
HSL 348.44º 0.62% 0.57% -
HSV(B) 348.44º 0.63% 0.84% -
XYZ 32.66 20.59 15.35 -
YUV 121.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 213 78 104 0 0.63 0.51 0.16 348.44 0.62 0.57
Hex D5 4E 68 0 3F 33 10 15C 3E 39
Octal 325 116 150 0 77 63 20 534 76 71
Binary 11010101 1001110 1101000 0 111111 110011 10000 101011100 111110 111001

Color Harmonies of #D54E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E68

Black with #D54E68

Text Example


Text Example

White with #D54E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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