Html Css Color HEX #D8557C Cranberry

📋 copy color: '#D8557C'

red 216 ◦ green 85 ◦ blue 124

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

Shades of Cranberry #D8557C

Tints of Cranberry #D8557C

RGB

 RED value IS 216 (84.77% from 255) = 50.82%

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

 BLUE value IS 124 (48.83% from 255) = 29.18%

R = 50.82%
G = 20%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8557C (or 0xD8557C) is known color: Cranberry. HEX triplet: D8, 55 and 7C. RGB value is (216,85,124). Sum of RGB (Red+Green+Blue) = 216+85+124=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8557C is #27AA83. Grayscale: #808080. Windows color (decimal): -2599556 or 8148440. OLE color: 8148440.

HSL color Cylindrical-coordinate representation of color #D8557C: hue angle of 342.14º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8557C is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 85 124 -
CMYK 0 0.61 0.43 0.15
HSL 342.14º 0.63% 0.59% -
HSV(B) 342.14º 0.61% 0.85% -
XYZ 35.21 22.55 21.57 -
YUV 128.62 125.4 190.33 -
System Red Green Blue C M Y K H S L
Decimal 216 85 124 0 0.61 0.43 0.15 342.14 0.63 0.59
Hex D8 55 7C 0 3D 2B F 156 3F 3B
Octal 330 125 174 0 75 53 17 526 77 73
Binary 11011000 1010101 1111100 0 111101 101011 1111 101010110 111111 111011

Color Harmonies of #D8557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8557C

Black with #D8557C

Text Example


Text Example

White with #D8557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8557C; }

 p { color: rgb(216,85,124); }

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

background-color css

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

 a { background-color: rgb(216,85,124); }

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

border-color css

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

 span { border-color: rgb(216,85,124); }

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