Html Css Color HEX #D55986 Cranberry

📋 copy color: '#D55986'

red 213 ◦ green 89 ◦ blue 134

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

Shades of Cranberry #D55986

Tints of Cranberry #D55986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.41%

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

R = 48.85%
G = 20.41%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D55986 (or 0xD55986) is known color: Cranberry. HEX triplet: D5, 59 and 86. RGB value is (213,89,134). Sum of RGB (Red+Green+Blue) = 213+89+134=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D55986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55986 is #2AA679. Grayscale: #838383. Windows color (decimal): -2795130 or 8804821. OLE color: 8804821.

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

Color convert

RGB 213 89 134 -
CMYK 0 0.58 0.37 0.16
HSL 338.23º 0.6% 0.59% -
HSV(B) 338.23º 0.58% 0.84% -
XYZ 35.32 23.01 25.13 -
YUV 131.21 129.58 186.34 -
System Red Green Blue C M Y K H S L
Decimal 213 89 134 0 0.58 0.37 0.16 338.23 0.6 0.59
Hex D5 59 86 0 3A 25 10 152 3C 3B
Octal 325 131 206 0 72 45 20 522 74 73
Binary 11010101 1011001 10000110 0 111010 100101 10000 101010010 111100 111011

Color Harmonies of #D55986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55986

Black with #D55986

Text Example


Text Example

White with #D55986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55986; }

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

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

background-color css

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

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

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

border-color css

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

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

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