Html Css Color HEX #D84071 Cranberry

📋 copy color: '#D84071'

red 216 ◦ green 64 ◦ blue 113

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

Shades of Cranberry #D84071

Tints of Cranberry #D84071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.28%

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

R = 54.96%
G = 16.28%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D84071 (or 0xD84071) is known color: Cranberry. HEX triplet: D8, 40 and 71. RGB value is (216,64,113). Sum of RGB (Red+Green+Blue) = 216+64+113=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D84071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84071 is #27BF8E. Grayscale: #727272. Windows color (decimal): -2604943 or 7422168. OLE color: 7422168.

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

Color convert

RGB 216 64 113 -
CMYK 0 0.70 0.48 0.15
HSL 340.66º 0.66% 0.55% -
HSV(B) 340.66º 0.7% 0.85% -
XYZ 33.13 19.46 17.63 -
YUV 115.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 216 64 113 0 0.70 0.48 0.15 340.66 0.66 0.55
Hex D8 40 71 0 46 30 F 155 42 37
Octal 330 100 161 0 106 60 17 525 102 67
Binary 11011000 1000000 1110001 0 1000110 110000 1111 101010101 1000010 110111

Color Harmonies of #D84071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84071

Black with #D84071

Text Example


Text Example

White with #D84071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84071; }

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

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

background-color css

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

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

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

border-color css

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

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

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