Html Css Color HEX #D85073 Cranberry

📋 copy color: '#D85073'

red 216 ◦ green 80 ◦ blue 115

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

Shades of Cranberry #D85073

Tints of Cranberry #D85073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.98%

R = 52.55%
G = 19.46%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D85073 (or 0xD85073) is known color: Cranberry. HEX triplet: D8, 50 and 73. RGB value is (216,80,115). Sum of RGB (Red+Green+Blue) = 216+80+115=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D85073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85073 is #27AF8C. Grayscale: #7C7C7C. Windows color (decimal): -2600845 or 7557336. OLE color: 7557336.

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

Color convert

RGB 216 80 115 -
CMYK 0 0.63 0.47 0.15
HSL 344.56º 0.64% 0.58% -
HSV(B) 344.56º 0.63% 0.85% -
XYZ 34.28 21.57 18.58 -
YUV 124.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 216 80 115 0 0.63 0.47 0.15 344.56 0.64 0.58
Hex D8 50 73 0 3F 2F F 159 40 3A
Octal 330 120 163 0 77 57 17 531 100 72
Binary 11011000 1010000 1110011 0 111111 101111 1111 101011001 1000000 111010

Color Harmonies of #D85073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85073

Black with #D85073

Text Example


Text Example

White with #D85073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85073; }

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

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

background-color css

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

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

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

border-color css

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

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

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