Html Css Color HEX #D84E68 Cabaret

📋 copy color: '#D84E68'

red 216 ◦ green 78 ◦ blue 104

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

Shades of Cabaret #D84E68

Tints of Cabaret #D84E68

RGB

 RED value IS 216 (84.77% from 255) = 54.27%

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

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

R = 54.27%
G = 19.6%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D84E68 (or 0xD84E68) is known color: Cabaret. HEX triplet: D8, 4E and 68. RGB value is (216,78,104). Sum of RGB (Red+Green+Blue) = 216+78+104=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E68 is #27B197. Grayscale: #7A7A7A. Windows color (decimal): -2601368 or 6835928. OLE color: 6835928.

HSL color Cylindrical-coordinate representation of color #D84E68: hue angle of 348.7º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84E68 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 78 104 -
CMYK 0 0.64 0.52 0.15
HSL 348.7º 0.64% 0.58% -
HSV(B) 348.7º 0.64% 0.85% -
XYZ 33.54 21.05 15.39 -
YUV 122.23 117.72 194.89 -
System Red Green Blue C M Y K H S L
Decimal 216 78 104 0 0.64 0.52 0.15 348.7 0.64 0.58
Hex D8 4E 68 0 40 34 F 15D 40 3A
Octal 330 116 150 0 100 64 17 535 100 72
Binary 11011000 1001110 1101000 0 1000000 110100 1111 101011101 1000000 111010

Color Harmonies of #D84E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E68

Black with #D84E68

Text Example


Text Example

White with #D84E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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