Html Css Color HEX #D55877 Cranberry

📋 copy color: '#D55877'

red 213 ◦ green 88 ◦ blue 119

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

Shades of Cranberry #D55877

Tints of Cranberry #D55877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.95%

 BLUE value IS 119 (46.88% from 255) = 28.33%

R = 50.71%
G = 20.95%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D55877 (or 0xD55877) is known color: Cranberry. HEX triplet: D5, 58 and 77. RGB value is (213,88,119). Sum of RGB (Red+Green+Blue) = 213+88+119=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D55877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55877 is #2AA788. Grayscale: #808080. Windows color (decimal): -2795401 or 7821525. OLE color: 7821525.

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

Color convert

RGB 213 88 119 -
CMYK 0 0.59 0.44 0.16
HSL 345.12º 0.6% 0.59% -
HSV(B) 345.12º 0.59% 0.84% -
XYZ 34.26 22.46 19.98 -
YUV 128.91 122.41 187.98 -
System Red Green Blue C M Y K H S L
Decimal 213 88 119 0 0.59 0.44 0.16 345.12 0.6 0.59
Hex D5 58 77 0 3B 2C 10 159 3C 3B
Octal 325 130 167 0 73 54 20 531 74 73
Binary 11010101 1011000 1110111 0 111011 101100 10000 101011001 111100 111011

Color Harmonies of #D55877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55877

Black with #D55877

Text Example


Text Example

White with #D55877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55877; }

 p { color: rgb(213,88,119); }

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

background-color css

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

 a { background-color: rgb(213,88,119); }

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

border-color css

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

 span { border-color: rgb(213,88,119); }

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