Html Css Color HEX #D8547F Cranberry

📋 copy color: '#D8547F'

red 216 ◦ green 84 ◦ blue 127

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

Shades of Cranberry #D8547F

Tints of Cranberry #D8547F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.67%

 BLUE value IS 127 (50% from 255) = 29.74%

R = 50.59%
G = 19.67%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8547F (or 0xD8547F) is known color: Cranberry. HEX triplet: D8, 54 and 7F. RGB value is (216,84,127). Sum of RGB (Red+Green+Blue) = 216+84+127=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8547F is #27AB80. Grayscale: #808080. Windows color (decimal): -2599809 or 8344792. OLE color: 8344792.

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

Color convert

RGB 216 84 127 -
CMYK 0 0.61 0.41 0.15
HSL 340.45º 0.63% 0.59% -
HSV(B) 340.45º 0.61% 0.85% -
XYZ 35.32 22.47 22.55 -
YUV 128.37 127.23 190.5 -
System Red Green Blue C M Y K H S L
Decimal 216 84 127 0 0.61 0.41 0.15 340.45 0.63 0.59
Hex D8 54 7F 0 3D 29 F 154 3F 3B
Octal 330 124 177 0 75 51 17 524 77 73
Binary 11011000 1010100 1111111 0 111101 101001 1111 101010100 111111 111011

Color Harmonies of #D8547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8547F

Black with #D8547F

Text Example


Text Example

White with #D8547F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8547F; }

 p { color: rgb(216,84,127); }

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

background-color css

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

 a { background-color: rgb(216,84,127); }

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

border-color css

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

 span { border-color: rgb(216,84,127); }

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