Html Css Color HEX #D85483 Cranberry

📋 copy color: '#D85483'

red 216 ◦ green 84 ◦ blue 131

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

Shades of Cranberry #D85483

Tints of Cranberry #D85483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.39%

R = 50.12%
G = 19.49%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D85483 (or 0xD85483) is known color: Cranberry. HEX triplet: D8, 54 and 83. RGB value is (216,84,131). Sum of RGB (Red+Green+Blue) = 216+84+131=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D85483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85483 is #27AB7C. Grayscale: #808080. Windows color (decimal): -2599805 or 8606936. OLE color: 8606936.

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

Color convert

RGB 216 84 131 -
CMYK 0 0.61 0.39 0.15
HSL 338.64º 0.63% 0.59% -
HSV(B) 338.64º 0.61% 0.85% -
XYZ 35.59 22.58 23.96 -
YUV 128.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 216 84 131 0 0.61 0.39 0.15 338.64 0.63 0.59
Hex D8 54 83 0 3D 27 F 153 3F 3B
Octal 330 124 203 0 75 47 17 523 77 73
Binary 11011000 1010100 10000011 0 111101 100111 1111 101010011 111111 111011

Color Harmonies of #D85483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85483

Black with #D85483

Text Example


Text Example

White with #D85483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85483; }

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

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

background-color css

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

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

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

border-color css

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

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

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