Html Css Color HEX #D84D73 Cranberry

📋 copy color: '#D84D73'

red 216 ◦ green 77 ◦ blue 115

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

Shades of Cranberry #D84D73

Tints of Cranberry #D84D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 52.94%
G = 18.87%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D84D73 (or 0xD84D73) is known color: Cranberry. HEX triplet: D8, 4D and 73. RGB value is (216,77,115). Sum of RGB (Red+Green+Blue) = 216+77+115=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D73 is #27B28C. Grayscale: #7A7A7A. Windows color (decimal): -2601613 or 7556568. OLE color: 7556568.

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

Color convert

RGB 216 77 115 -
CMYK 0 0.64 0.47 0.15
HSL 343.6º 0.64% 0.57% -
HSV(B) 343.6º 0.64% 0.85% -
XYZ 34.07 21.14 18.51 -
YUV 122.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 216 77 115 0 0.64 0.47 0.15 343.6 0.64 0.57
Hex D8 4D 73 0 40 2F F 158 40 39
Octal 330 115 163 0 100 57 17 530 100 71
Binary 11011000 1001101 1110011 0 1000000 101111 1111 101011000 1000000 111001

Color Harmonies of #D84D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D73

Black with #D84D73

Text Example


Text Example

White with #D84D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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