Html Css Color HEX #D84D72 Cranberry

📋 copy color: '#D84D72'

red 216 ◦ green 77 ◦ blue 114

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

Shades of Cranberry #D84D72

Tints of Cranberry #D84D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 53.07%
G = 18.92%
B = 28.01%

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

#D84D72 (or 0xD84D72) is known color: Cranberry. HEX triplet: D8, 4D and 72. RGB value is (216,77,114). Sum of RGB (Red+Green+Blue) = 216+77+114=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D72 is #27B28D. Grayscale: #7A7A7A. Windows color (decimal): -2601614 or 7491032. OLE color: 7491032.

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

Color convert

RGB 216 77 114 -
CMYK 0 0.64 0.47 0.15
HSL 344.03º 0.64% 0.57% -
HSV(B) 344.03º 0.64% 0.85% -
XYZ 34.01 21.12 18.2 -
YUV 122.78 123.05 194.49 -
System Red Green Blue C M Y K H S L
Decimal 216 77 114 0 0.64 0.47 0.15 344.03 0.64 0.57
Hex D8 4D 72 0 40 2F F 158 40 39
Octal 330 115 162 0 100 57 17 530 100 71
Binary 11011000 1001101 1110010 0 1000000 101111 1111 101011000 1000000 111001

Color Harmonies of #D84D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D72

Black with #D84D72

Text Example


Text Example

White with #D84D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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