Html Css Color HEX #D85279 Cranberry

📋 copy color: '#D85279'

red 216 ◦ green 82 ◦ blue 121

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

Shades of Cranberry #D85279

Tints of Cranberry #D85279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.57%

 BLUE value IS 121 (47.66% from 255) = 28.88%

R = 51.55%
G = 19.57%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D85279 (or 0xD85279) is known color: Cranberry. HEX triplet: D8, 52 and 79. RGB value is (216,82,121). Sum of RGB (Red+Green+Blue) = 216+82+121=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D85279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85279 is #27AD86. Grayscale: #7E7E7E. Windows color (decimal): -2600327 or 7951064. OLE color: 7951064.

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

Color convert

RGB 216 82 121 -
CMYK 0 0.62 0.44 0.15
HSL 342.54º 0.63% 0.58% -
HSV(B) 342.54º 0.62% 0.85% -
XYZ 34.79 22.01 20.5 -
YUV 126.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 216 82 121 0 0.62 0.44 0.15 342.54 0.63 0.58
Hex D8 52 79 0 3E 2C F 157 3F 3A
Octal 330 122 171 0 76 54 17 527 77 72
Binary 11011000 1010010 1111001 0 111110 101100 1111 101010111 111111 111010

Color Harmonies of #D85279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85279

Black with #D85279

Text Example


Text Example

White with #D85279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85279; }

 p { color: rgb(216,82,121); }

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

background-color css

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

 a { background-color: rgb(216,82,121); }

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

border-color css

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

 span { border-color: rgb(216,82,121); }

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