Html Css Color HEX #D85078 Cranberry

📋 copy color: '#D85078'

red 216 ◦ green 80 ◦ blue 120

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

Shades of Cranberry #D85078

Tints of Cranberry #D85078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.85%

R = 51.92%
G = 19.23%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D85078 (or 0xD85078) is known color: Cranberry. HEX triplet: D8, 50 and 78. RGB value is (216,80,120). Sum of RGB (Red+Green+Blue) = 216+80+120=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D85078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85078 is #27AF87. Grayscale: #7D7D7D. Windows color (decimal): -2600840 or 7885016. OLE color: 7885016.

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

Color convert

RGB 216 80 120 -
CMYK 0 0.63 0.44 0.15
HSL 342.35º 0.64% 0.58% -
HSV(B) 342.35º 0.63% 0.85% -
XYZ 34.58 21.69 20.13 -
YUV 125.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 216 80 120 0 0.63 0.44 0.15 342.35 0.64 0.58
Hex D8 50 78 0 3F 2C F 156 40 3A
Octal 330 120 170 0 77 54 17 526 100 72
Binary 11011000 1010000 1111000 0 111111 101100 1111 101010110 1000000 111010

Color Harmonies of #D85078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85078

Black with #D85078

Text Example


Text Example

White with #D85078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85078; }

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

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

background-color css

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

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

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

border-color css

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

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

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