Html Css Color HEX #D8538A Cranberry

📋 copy color: '#D8538A'

red 216 ◦ green 83 ◦ blue 138

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

Shades of Cranberry #D8538A

Tints of Cranberry #D8538A

RGB

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

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

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

R = 49.43%
G = 18.99%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8538A (or 0xD8538A) is known color: Cranberry. HEX triplet: D8, 53 and 8A. RGB value is (216,83,138). Sum of RGB (Red+Green+Blue) = 216+83+138=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8538A is #27AC75. Grayscale: #808080. Windows color (decimal): -2600054 or 9065432. OLE color: 9065432.

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

Color convert

RGB 216 83 138 -
CMYK 0 0.62 0.36 0.15
HSL 335.19º 0.63% 0.59% -
HSV(B) 335.19º 0.62% 0.85% -
XYZ 36 22.62 26.51 -
YUV 129.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 216 83 138 0 0.62 0.36 0.15 335.19 0.63 0.59
Hex D8 53 8A 0 3E 24 F 14F 3F 3B
Octal 330 123 212 0 76 44 17 517 77 73
Binary 11011000 1010011 10001010 0 111110 100100 1111 101001111 111111 111011

Color Harmonies of #D8538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8538A

Black with #D8538A

Text Example


Text Example

White with #D8538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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