Html Css Color HEX #D8557B Cranberry

📋 copy color: '#D8557B'

red 216 ◦ green 85 ◦ blue 123

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

Shades of Cranberry #D8557B

Tints of Cranberry #D8557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.01%

R = 50.94%
G = 20.05%
B = 29.01%

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

#D8557B (or 0xD8557B) is known color: Cranberry. HEX triplet: D8, 55 and 7B. RGB value is (216,85,123). Sum of RGB (Red+Green+Blue) = 216+85+123=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8557B is #27AA84. Grayscale: #808080. Windows color (decimal): -2599557 or 8082904. OLE color: 8082904.

HSL color Cylindrical-coordinate representation of color #D8557B: hue angle of 342.6º 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 #D8557B is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 85 123 -
CMYK 0 0.61 0.43 0.15
HSL 342.6º 0.63% 0.59% -
HSV(B) 342.6º 0.61% 0.85% -
XYZ 35.14 22.53 21.23 -
YUV 128.5 124.9 190.41 -
System Red Green Blue C M Y K H S L
Decimal 216 85 123 0 0.61 0.43 0.15 342.6 0.63 0.59
Hex D8 55 7B 0 3D 2B F 157 3F 3B
Octal 330 125 173 0 75 53 17 527 77 73
Binary 11011000 1010101 1111011 0 111101 101011 1111 101010111 111111 111011

Color Harmonies of #D8557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8557B

Black with #D8557B

Text Example


Text Example

White with #D8557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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