Html Css Color HEX #D84C70 Cranberry

📋 copy color: '#D84C70'

red 216 ◦ green 76 ◦ blue 112

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

Shades of Cranberry #D84C70

Tints of Cranberry #D84C70

RGB

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

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

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

R = 53.47%
G = 18.81%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D84C70 (or 0xD84C70) is known color: Cranberry. HEX triplet: D8, 4C and 70. RGB value is (216,76,112). Sum of RGB (Red+Green+Blue) = 216+76+112=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C70 is #27B38F. Grayscale: #797979. Windows color (decimal): -2601872 or 7359704. OLE color: 7359704.

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

Color convert

RGB 216 76 112 -
CMYK 0 0.65 0.48 0.15
HSL 344.57º 0.64% 0.57% -
HSV(B) 344.57º 0.65% 0.85% -
XYZ 33.83 20.94 17.59 -
YUV 121.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 216 76 112 0 0.65 0.48 0.15 344.57 0.64 0.57
Hex D8 4C 70 0 41 30 F 159 40 39
Octal 330 114 160 0 101 60 17 531 100 71
Binary 11011000 1001100 1110000 0 1000001 110000 1111 101011001 1000000 111001

Color Harmonies of #D84C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C70

Black with #D84C70

Text Example


Text Example

White with #D84C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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