Html Css Color HEX #D8548A Cranberry

📋 copy color: '#D8548A'

red 216 ◦ green 84 ◦ blue 138

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

Shades of Cranberry #D8548A

Tints of Cranberry #D8548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.51%

R = 49.32%
G = 19.18%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8548A (or 0xD8548A) is known color: Cranberry. HEX triplet: D8, 54 and 8A. RGB value is (216,84,138). Sum of RGB (Red+Green+Blue) = 216+84+138=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8548A is #27AB75. Grayscale: #818181. Windows color (decimal): -2599798 or 9065688. OLE color: 9065688.

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

Color convert

RGB 216 84 138 -
CMYK 0 0.61 0.36 0.15
HSL 335.45º 0.63% 0.59% -
HSV(B) 335.45º 0.61% 0.85% -
XYZ 36.08 22.77 26.54 -
YUV 129.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 216 84 138 0 0.61 0.36 0.15 335.45 0.63 0.59
Hex D8 54 8A 0 3D 24 F 14F 3F 3B
Octal 330 124 212 0 75 44 17 517 77 73
Binary 11011000 1010100 10001010 0 111101 100100 1111 101001111 111111 111011

Color Harmonies of #D8548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8548A

Black with #D8548A

Text Example


Text Example

White with #D8548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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