Html Css Color HEX #D85471 Cranberry

📋 copy color: '#D85471'

red 216 ◦ green 84 ◦ blue 113

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

Shades of Cranberry #D85471

Tints of Cranberry #D85471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.34%

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

R = 52.3%
G = 20.34%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D85471 (or 0xD85471) is known color: Cranberry. HEX triplet: D8, 54 and 71. RGB value is (216,84,113). Sum of RGB (Red+Green+Blue) = 216+84+113=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D85471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85471 is #27AB8E. Grayscale: #7E7E7E. Windows color (decimal): -2599823 or 7427288. OLE color: 7427288.

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

Color convert

RGB 216 84 113 -
CMYK 0 0.61 0.48 0.15
HSL 346.82º 0.63% 0.59% -
HSV(B) 346.82º 0.61% 0.85% -
XYZ 34.47 22.13 18.08 -
YUV 126.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 216 84 113 0 0.61 0.48 0.15 346.82 0.63 0.59
Hex D8 54 71 0 3D 30 F 15B 3F 3B
Octal 330 124 161 0 75 60 17 533 77 73
Binary 11011000 1010100 1110001 0 111101 110000 1111 101011011 111111 111011

Color Harmonies of #D85471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85471

Black with #D85471

Text Example


Text Example

White with #D85471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85471; }

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

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

background-color css

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

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

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

border-color css

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

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

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