Html Css Color HEX #D85474 Cranberry

📋 copy color: '#D85474'

red 216 ◦ green 84 ◦ blue 116

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

Shades of Cranberry #D85474

Tints of Cranberry #D85474

RGB

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

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

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

R = 51.92%
G = 20.19%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D85474 (or 0xD85474) is known color: Cranberry. HEX triplet: D8, 54 and 74. RGB value is (216,84,116). Sum of RGB (Red+Green+Blue) = 216+84+116=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D85474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85474 is #27AB8B. Grayscale: #7F7F7F. Windows color (decimal): -2599820 or 7623896. OLE color: 7623896.

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

Color convert

RGB 216 84 116 -
CMYK 0 0.61 0.46 0.15
HSL 345.45º 0.63% 0.59% -
HSV(B) 345.45º 0.61% 0.85% -
XYZ 34.64 22.2 18.98 -
YUV 127.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 216 84 116 0 0.61 0.46 0.15 345.45 0.63 0.59
Hex D8 54 74 0 3D 2E F 159 3F 3B
Octal 330 124 164 0 75 56 17 531 77 73
Binary 11011000 1010100 1110100 0 111101 101110 1111 101011001 111111 111011

Color Harmonies of #D85474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85474

Black with #D85474

Text Example


Text Example

White with #D85474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85474; }

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

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

background-color css

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

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

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

border-color css

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

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

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