Html Css Color HEX #D84C6A Cabaret

📋 copy color: '#D84C6A'

red 216 ◦ green 76 ◦ blue 106

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

Shades of Cabaret #D84C6A

Tints of Cabaret #D84C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.63%

R = 54.27%
G = 19.1%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D84C6A (or 0xD84C6A) is known color: Cabaret. HEX triplet: D8, 4C and 6A. RGB value is (216,76,106). Sum of RGB (Red+Green+Blue) = 216+76+106=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C6A is #27B395. Grayscale: #797979. Windows color (decimal): -2601878 or 6966488. OLE color: 6966488.

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

Color convert

RGB 216 76 106 -
CMYK 0 0.65 0.51 0.15
HSL 347.14º 0.64% 0.57% -
HSV(B) 347.14º 0.65% 0.85% -
XYZ 33.5 20.81 15.89 -
YUV 121.28 119.38 195.56 -
System Red Green Blue C M Y K H S L
Decimal 216 76 106 0 0.65 0.51 0.15 347.14 0.64 0.57
Hex D8 4C 6A 0 41 33 F 15B 40 39
Octal 330 114 152 0 101 63 17 533 100 71
Binary 11011000 1001100 1101010 0 1000001 110011 1111 101011011 1000000 111001

Color Harmonies of #D84C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C6A

Black with #D84C6A

Text Example


Text Example

White with #D84C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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