Html Css Color HEX #D85485 Cranberry

📋 copy color: '#D85485'

red 216 ◦ green 84 ◦ blue 133

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

Shades of Cranberry #D85485

Tints of Cranberry #D85485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 49.88%
G = 19.4%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D85485 (or 0xD85485) is known color: Cranberry. HEX triplet: D8, 54 and 85. RGB value is (216,84,133). Sum of RGB (Red+Green+Blue) = 216+84+133=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D85485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85485 is #27AB7A. Grayscale: #808080. Windows color (decimal): -2599803 or 8738008. OLE color: 8738008.

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

Color convert

RGB 216 84 133 -
CMYK 0 0.61 0.38 0.15
HSL 337.73º 0.63% 0.59% -
HSV(B) 337.73º 0.61% 0.85% -
XYZ 35.72 22.63 24.68 -
YUV 129.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 216 84 133 0 0.61 0.38 0.15 337.73 0.63 0.59
Hex D8 54 85 0 3D 26 F 152 3F 3B
Octal 330 124 205 0 75 46 17 522 77 73
Binary 11011000 1010100 10000101 0 111101 100110 1111 101010010 111111 111011

Color Harmonies of #D85485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85485

Black with #D85485

Text Example


Text Example

White with #D85485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85485; }

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

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

background-color css

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

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

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

border-color css

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

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

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