Html Css Color HEX #D85071 Cranberry

📋 copy color: '#D85071'

red 216 ◦ green 80 ◦ blue 113

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

Shades of Cranberry #D85071

Tints of Cranberry #D85071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.56%

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

R = 52.81%
G = 19.56%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D85071 (or 0xD85071) is known color: Cranberry. HEX triplet: D8, 50 and 71. RGB value is (216,80,113). Sum of RGB (Red+Green+Blue) = 216+80+113=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D85071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85071 is #27AF8E. Grayscale: #7C7C7C. Windows color (decimal): -2600847 or 7426264. OLE color: 7426264.

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

Color convert

RGB 216 80 113 -
CMYK 0 0.63 0.48 0.15
HSL 345.44º 0.64% 0.58% -
HSV(B) 345.44º 0.63% 0.85% -
XYZ 34.17 21.53 17.98 -
YUV 124.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 216 80 113 0 0.63 0.48 0.15 345.44 0.64 0.58
Hex D8 50 71 0 3F 30 F 159 40 3A
Octal 330 120 161 0 77 60 17 531 100 72
Binary 11011000 1010000 1110001 0 111111 110000 1111 101011001 1000000 111010

Color Harmonies of #D85071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85071

Black with #D85071

Text Example


Text Example

White with #D85071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85071; }

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

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

background-color css

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

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

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

border-color css

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

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

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