Html Css Color HEX #D84C6C Cabaret

📋 copy color: '#D84C6C'

red 216 ◦ green 76 ◦ blue 108

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

Shades of Cabaret #D84C6C

Tints of Cabaret #D84C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19%

 BLUE value IS 108 (42.58% from 255) = 27%

R = 54%
G = 19%
B = 27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D84C6C (or 0xD84C6C) is known color: Cabaret. HEX triplet: D8, 4C and 6C. RGB value is (216,76,108). Sum of RGB (Red+Green+Blue) = 216+76+108=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C6C is #27B393. Grayscale: #797979. Windows color (decimal): -2601876 or 7097560. OLE color: 7097560.

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

Color convert

RGB 216 76 108 -
CMYK 0 0.65 0.50 0.15
HSL 346.29º 0.64% 0.57% -
HSV(B) 346.29º 0.65% 0.85% -
XYZ 33.61 20.85 16.44 -
YUV 121.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 216 76 108 0 0.65 0.50 0.15 346.29 0.64 0.57
Hex D8 4C 6C 0 41 32 F 15A 40 39
Octal 330 114 154 0 101 62 17 532 100 71
Binary 11011000 1001100 1101100 0 1000001 110010 1111 101011010 1000000 111001

Color Harmonies of #D84C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C6C

Black with #D84C6C

Text Example


Text Example

White with #D84C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C6C; }

 p { color: rgb(216,76,108); }

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

background-color css

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

 a { background-color: rgb(216,76,108); }

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

border-color css

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

 span { border-color: rgb(216,76,108); }

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