Html Css Color HEX #D84D71 Cranberry

📋 copy color: '#D84D71'

red 216 ◦ green 77 ◦ blue 113

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

Shades of Cranberry #D84D71

Tints of Cranberry #D84D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.83%

R = 53.2%
G = 18.97%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D84D71 (or 0xD84D71) is known color: Cranberry. HEX triplet: D8, 4D and 71. RGB value is (216,77,113). Sum of RGB (Red+Green+Blue) = 216+77+113=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D71 is #27B28E. Grayscale: #7A7A7A. Windows color (decimal): -2601615 or 7425496. OLE color: 7425496.

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

Color convert

RGB 216 77 113 -
CMYK 0 0.64 0.48 0.15
HSL 344.46º 0.64% 0.57% -
HSV(B) 344.46º 0.64% 0.85% -
XYZ 33.95 21.1 17.91 -
YUV 122.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 216 77 113 0 0.64 0.48 0.15 344.46 0.64 0.57
Hex D8 4D 71 0 40 30 F 158 40 39
Octal 330 115 161 0 100 60 17 530 100 71
Binary 11011000 1001101 1110001 0 1000000 110000 1111 101011000 1000000 111001

Color Harmonies of #D84D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D71

Black with #D84D71

Text Example


Text Example

White with #D84D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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