Html Css Color HEX #D55787 Cranberry

📋 copy color: '#D55787'

red 213 ◦ green 87 ◦ blue 135

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

Shades of Cranberry #D55787

Tints of Cranberry #D55787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.03%

R = 48.97%
G = 20%
B = 31.03%

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

#D55787 (or 0xD55787) is known color: Cranberry. HEX triplet: D5, 57 and 87. RGB value is (213,87,135). Sum of RGB (Red+Green+Blue) = 213+87+135=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D55787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55787 is #2AA878. Grayscale: #828282. Windows color (decimal): -2795641 or 8869845. OLE color: 8869845.

HSL color Cylindrical-coordinate representation of color #D55787: hue angle of 337.14º 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 #D55787 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 87 135 -
CMYK 0 0.59 0.37 0.16
HSL 337.14º 0.6% 0.59% -
HSV(B) 337.14º 0.59% 0.84% -
XYZ 35.22 22.71 25.45 -
YUV 130.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 213 87 135 0 0.59 0.37 0.16 337.14 0.6 0.59
Hex D5 57 87 0 3B 25 10 151 3C 3B
Octal 325 127 207 0 73 45 20 521 74 73
Binary 11010101 1010111 10000111 0 111011 100101 10000 101010001 111100 111011

Color Harmonies of #D55787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55787

Black with #D55787

Text Example


Text Example

White with #D55787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55787; }

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

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

background-color css

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

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

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

border-color css

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

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

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