Html Css Color HEX #D55786 Cranberry

📋 copy color: '#D55786'

red 213 ◦ green 87 ◦ blue 134

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

Shades of Cranberry #D55786

Tints of Cranberry #D55786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.05%

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

R = 49.08%
G = 20.05%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D55786 (or 0xD55786) is known color: Cranberry. HEX triplet: D5, 57 and 86. RGB value is (213,87,134). Sum of RGB (Red+Green+Blue) = 213+87+134=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D55786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55786 is #2AA879. Grayscale: #818181. Windows color (decimal): -2795642 or 8804309. OLE color: 8804309.

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

Color convert

RGB 213 87 134 -
CMYK 0 0.59 0.37 0.16
HSL 337.62º 0.6% 0.59% -
HSV(B) 337.62º 0.59% 0.84% -
XYZ 35.15 22.68 25.08 -
YUV 130.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 213 87 134 0 0.59 0.37 0.16 337.62 0.6 0.59
Hex D5 57 86 0 3B 25 10 152 3C 3B
Octal 325 127 206 0 73 45 20 522 74 73
Binary 11010101 1010111 10000110 0 111011 100101 10000 101010010 111100 111011

Color Harmonies of #D55786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55786

Black with #D55786

Text Example


Text Example

White with #D55786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55786; }

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

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

background-color css

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

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

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

border-color css

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

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

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