Html Css Color HEX #D85974 Cranberry

📋 copy color: '#D85974'

red 216 ◦ green 89 ◦ blue 116

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

Shades of Cranberry #D85974

Tints of Cranberry #D85974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.14%

 BLUE value IS 116 (45.7% from 255) = 27.55%

R = 51.31%
G = 21.14%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D85974 (or 0xD85974) is known color: Cranberry. HEX triplet: D8, 59 and 74. RGB value is (216,89,116). Sum of RGB (Red+Green+Blue) = 216+89+116=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D85974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85974 is #27A68B. Grayscale: #828282. Windows color (decimal): -2598540 or 7625176. OLE color: 7625176.

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

Color convert

RGB 216 89 116 -
CMYK 0 0.59 0.46 0.15
HSL 347.24º 0.62% 0.6% -
HSV(B) 347.24º 0.59% 0.85% -
XYZ 35.04 23 19.12 -
YUV 130.05 120.08 189.3 -
System Red Green Blue C M Y K H S L
Decimal 216 89 116 0 0.59 0.46 0.15 347.24 0.62 0.6
Hex D8 59 74 0 3B 2E F 15B 3E 3C
Octal 330 131 164 0 73 56 17 533 76 74
Binary 11011000 1011001 1110100 0 111011 101110 1111 101011011 111110 111100

Color Harmonies of #D85974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85974

Black with #D85974

Text Example


Text Example

White with #D85974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85974; }

 p { color: rgb(216,89,116); }

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

background-color css

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

 a { background-color: rgb(216,89,116); }

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

border-color css

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

 span { border-color: rgb(216,89,116); }

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