Html Css Color HEX #D84D6E Cabaret

📋 copy color: '#D84D6E'

red 216 ◦ green 77 ◦ blue 110

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

Shades of Cabaret #D84D6E

Tints of Cabaret #D84D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 53.6%
G = 19.11%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D84D6E (or 0xD84D6E) is known color: Cabaret. HEX triplet: D8, 4D and 6E. RGB value is (216,77,110). Sum of RGB (Red+Green+Blue) = 216+77+110=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D6E is #27B291. Grayscale: #7A7A7A. Windows color (decimal): -2601618 or 7228888. OLE color: 7228888.

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

Color convert

RGB 216 77 110 -
CMYK 0 0.64 0.49 0.15
HSL 345.76º 0.64% 0.57% -
HSV(B) 345.76º 0.64% 0.85% -
XYZ 33.79 21.03 17.03 -
YUV 122.32 121.05 194.82 -
System Red Green Blue C M Y K H S L
Decimal 216 77 110 0 0.64 0.49 0.15 345.76 0.64 0.57
Hex D8 4D 6E 0 40 31 F 15A 40 39
Octal 330 115 156 0 100 61 17 532 100 71
Binary 11011000 1001101 1101110 0 1000000 110001 1111 101011010 1000000 111001

Color Harmonies of #D84D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D6E

Black with #D84D6E

Text Example


Text Example

White with #D84D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D6E; }

 p { color: rgb(216,77,110); }

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

background-color css

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

 a { background-color: rgb(216,77,110); }

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

border-color css

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

 span { border-color: rgb(216,77,110); }

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