Html Css Color HEX #D84E70 Cranberry

📋 copy color: '#D84E70'

red 216 ◦ green 78 ◦ blue 112

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

Shades of Cranberry #D84E70

Tints of Cranberry #D84E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.21%

 BLUE value IS 112 (44.14% from 255) = 27.59%

R = 53.2%
G = 19.21%
B = 27.59%

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

#D84E70 (or 0xD84E70) is known color: Cranberry. HEX triplet: D8, 4E and 70. RGB value is (216,78,112). Sum of RGB (Red+Green+Blue) = 216+78+112=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E70 is #27B18F. Grayscale: #7B7B7B. Windows color (decimal): -2601360 or 7360216. OLE color: 7360216.

HSL color Cylindrical-coordinate representation of color #D84E70: hue angle of 345.22º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84E70 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 78 112 -
CMYK 0 0.64 0.48 0.15
HSL 345.22º 0.64% 0.58% -
HSV(B) 345.22º 0.64% 0.85% -
XYZ 33.97 21.22 17.63 -
YUV 123.14 121.72 194.24 -
System Red Green Blue C M Y K H S L
Decimal 216 78 112 0 0.64 0.48 0.15 345.22 0.64 0.58
Hex D8 4E 70 0 40 30 F 159 40 3A
Octal 330 116 160 0 100 60 17 531 100 72
Binary 11011000 1001110 1110000 0 1000000 110000 1111 101011001 1000000 111010

Color Harmonies of #D84E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E70

Black with #D84E70

Text Example


Text Example

White with #D84E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E70; }

 p { color: rgb(216,78,112); }

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

background-color css

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

 a { background-color: rgb(216,78,112); }

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

border-color css

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

 span { border-color: rgb(216,78,112); }

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