Html Css Color HEX #D84C6B Cabaret

📋 copy color: '#D84C6B'

red 216 ◦ green 76 ◦ blue 107

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

Shades of Cabaret #D84C6B

Tints of Cabaret #D84C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.82%

R = 54.14%
G = 19.05%
B = 26.82%

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

#D84C6B (or 0xD84C6B) is known color: Cabaret. HEX triplet: D8, 4C and 6B. RGB value is (216,76,107). Sum of RGB (Red+Green+Blue) = 216+76+107=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C6B is #27B394. Grayscale: #797979. Windows color (decimal): -2601877 or 7032024. OLE color: 7032024.

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

Color convert

RGB 216 76 107 -
CMYK 0 0.65 0.50 0.15
HSL 346.71º 0.64% 0.57% -
HSV(B) 346.71º 0.65% 0.85% -
XYZ 33.56 20.83 16.16 -
YUV 121.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 216 76 107 0 0.65 0.50 0.15 346.71 0.64 0.57
Hex D8 4C 6B 0 41 32 F 15B 40 39
Octal 330 114 153 0 101 62 17 533 100 71
Binary 11011000 1001100 1101011 0 1000001 110010 1111 101011011 1000000 111001

Color Harmonies of #D84C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C6B

Black with #D84C6B

Text Example


Text Example

White with #D84C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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