Html Css Color HEX #D5557A Cranberry

📋 copy color: '#D5557A'

red 213 ◦ green 85 ◦ blue 122

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

Shades of Cranberry #D5557A

Tints of Cranberry #D5557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.24%

 BLUE value IS 122 (48.05% from 255) = 29.05%

R = 50.71%
G = 20.24%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5557A (or 0xD5557A) is known color: Cranberry. HEX triplet: D5, 55 and 7A. RGB value is (213,85,122). Sum of RGB (Red+Green+Blue) = 213+85+122=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5557A is #2AAA85. Grayscale: #7F7F7F. Windows color (decimal): -2796166 or 8017365. OLE color: 8017365.

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

Color convert

RGB 213 85 122 -
CMYK 0 0.60 0.43 0.16
HSL 342.66º 0.6% 0.58% -
HSV(B) 342.66º 0.6% 0.84% -
XYZ 34.2 22.05 20.87 -
YUV 127.49 124.91 188.99 -
System Red Green Blue C M Y K H S L
Decimal 213 85 122 0 0.60 0.43 0.16 342.66 0.6 0.58
Hex D5 55 7A 0 3C 2B 10 157 3C 3A
Octal 325 125 172 0 74 53 20 527 74 72
Binary 11010101 1010101 1111010 0 111100 101011 10000 101010111 111100 111010

Color Harmonies of #D5557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5557A

Black with #D5557A

Text Example


Text Example

White with #D5557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5557A; }

 p { color: rgb(213,85,122); }

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

background-color css

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

 a { background-color: rgb(213,85,122); }

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

border-color css

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

 span { border-color: rgb(213,85,122); }

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