Html Css Color HEX #D8537A Cranberry

📋 copy color: '#D8537A'

red 216 ◦ green 83 ◦ blue 122

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

Shades of Cranberry #D8537A

Tints of Cranberry #D8537A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.71%

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

R = 51.31%
G = 19.71%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8537A (or 0xD8537A) is known color: Cranberry. HEX triplet: D8, 53 and 7A. RGB value is (216,83,122). Sum of RGB (Red+Green+Blue) = 216+83+122=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8537A is #27AC85. Grayscale: #7F7F7F. Windows color (decimal): -2600070 or 8016856. OLE color: 8016856.

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

Color convert

RGB 216 83 122 -
CMYK 0 0.62 0.44 0.15
HSL 342.41º 0.63% 0.59% -
HSV(B) 342.41º 0.62% 0.85% -
XYZ 34.93 22.19 20.85 -
YUV 127.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 216 83 122 0 0.62 0.44 0.15 342.41 0.63 0.59
Hex D8 53 7A 0 3E 2C F 156 3F 3B
Octal 330 123 172 0 76 54 17 526 77 73
Binary 11011000 1010011 1111010 0 111110 101100 1111 101010110 111111 111011

Color Harmonies of #D8537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8537A

Black with #D8537A

Text Example


Text Example

White with #D8537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8537A; }

 p { color: rgb(216,83,122); }

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

background-color css

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

 a { background-color: rgb(216,83,122); }

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

border-color css

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

 span { border-color: rgb(216,83,122); }

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