Html Css Color HEX #D55486 Cranberry

📋 copy color: '#D55486'

red 213 ◦ green 84 ◦ blue 134

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

Shades of Cranberry #D55486

Tints of Cranberry #D55486

RGB

 RED value IS 213 (83.59% from 255) = 49.42%

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

 BLUE value IS 134 (52.73% from 255) = 31.09%

R = 49.42%
G = 19.49%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D55486 (or 0xD55486) is known color: Cranberry. HEX triplet: D5, 54 and 86. RGB value is (213,84,134). Sum of RGB (Red+Green+Blue) = 213+84+134=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D55486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55486 is #2AAB79. Grayscale: #808080. Windows color (decimal): -2796410 or 8803541. OLE color: 8803541.

HSL color Cylindrical-coordinate representation of color #D55486: hue angle of 336.74º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55486 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 84 134 -
CMYK 0 0.61 0.37 0.16
HSL 336.74º 0.61% 0.58% -
HSV(B) 336.74º 0.61% 0.84% -
XYZ 34.91 22.21 25 -
YUV 128.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 213 84 134 0 0.61 0.37 0.16 336.74 0.61 0.58
Hex D5 54 86 0 3D 25 10 151 3D 3A
Octal 325 124 206 0 75 45 20 521 75 72
Binary 11010101 1010100 10000110 0 111101 100101 10000 101010001 111101 111010

Color Harmonies of #D55486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55486

Black with #D55486

Text Example


Text Example

White with #D55486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55486; }

 p { color: rgb(213,84,134); }

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

background-color css

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

 a { background-color: rgb(213,84,134); }

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

border-color css

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

 span { border-color: rgb(213,84,134); }

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