Html Css Color HEX #D85174 Cranberry

📋 copy color: '#D85174'

red 216 ◦ green 81 ◦ blue 116

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

Shades of Cranberry #D85174

Tints of Cranberry #D85174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.61%

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

R = 52.3%
G = 19.61%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D85174 (or 0xD85174) is known color: Cranberry. HEX triplet: D8, 51 and 74. RGB value is (216,81,116). Sum of RGB (Red+Green+Blue) = 216+81+116=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D85174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85174 is #27AE8B. Grayscale: #7D7D7D. Windows color (decimal): -2600588 or 7623128. OLE color: 7623128.

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

Color convert

RGB 216 81 116 -
CMYK 0 0.62 0.46 0.15
HSL 344.44º 0.63% 0.58% -
HSV(B) 344.44º 0.63% 0.85% -
XYZ 34.41 21.74 18.91 -
YUV 125.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 216 81 116 0 0.62 0.46 0.15 344.44 0.63 0.58
Hex D8 51 74 0 3E 2E F 158 3F 3A
Octal 330 121 164 0 76 56 17 530 77 72
Binary 11011000 1010001 1110100 0 111110 101110 1111 101011000 111111 111010

Color Harmonies of #D85174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85174

Black with #D85174

Text Example


Text Example

White with #D85174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85174; }

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

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

background-color css

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

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

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

border-color css

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

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

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