Html Css Color HEX #D84C76 Cranberry

📋 copy color: '#D84C76'

red 216 ◦ green 76 ◦ blue 118

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

Shades of Cranberry #D84C76

Tints of Cranberry #D84C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 52.68%
G = 18.54%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D84C76 (or 0xD84C76) is known color: Cranberry. HEX triplet: D8, 4C and 76. RGB value is (216,76,118). Sum of RGB (Red+Green+Blue) = 216+76+118=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C76 is #27B389. Grayscale: #7A7A7A. Windows color (decimal): -2601866 or 7752920. OLE color: 7752920.

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

Color convert

RGB 216 76 118 -
CMYK 0 0.65 0.45 0.15
HSL 342º 0.64% 0.57% -
HSV(B) 342º 0.65% 0.85% -
XYZ 34.17 21.08 19.41 -
YUV 122.65 125.38 194.58 -
System Red Green Blue C M Y K H S L
Decimal 216 76 118 0 0.65 0.45 0.15 342 0.64 0.57
Hex D8 4C 76 0 41 2D F 156 40 39
Octal 330 114 166 0 101 55 17 526 100 71
Binary 11011000 1001100 1110110 0 1000001 101101 1111 101010110 1000000 111001

Color Harmonies of #D84C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C76

Black with #D84C76

Text Example


Text Example

White with #D84C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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