Html Css Color HEX #D8528B Cranberry

📋 copy color: '#D8528B'

red 216 ◦ green 82 ◦ blue 139

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

Shades of Cranberry #D8528B

Tints of Cranberry #D8528B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.76%

 BLUE value IS 139 (54.69% from 255) = 31.81%

R = 49.43%
G = 18.76%
B = 31.81%

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

#D8528B (or 0xD8528B) is known color: Cranberry. HEX triplet: D8, 52 and 8B. RGB value is (216,82,139). Sum of RGB (Red+Green+Blue) = 216+82+139=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8528B is #27AD74. Grayscale: #808080. Windows color (decimal): -2600309 or 9130712. OLE color: 9130712.

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

Color convert

RGB 216 82 139 -
CMYK 0 0.62 0.36 0.15
HSL 334.48º 0.63% 0.58% -
HSV(B) 334.48º 0.62% 0.85% -
XYZ 36 22.5 26.87 -
YUV 128.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 216 82 139 0 0.62 0.36 0.15 334.48 0.63 0.58
Hex D8 52 8B 0 3E 24 F 14E 3F 3A
Octal 330 122 213 0 76 44 17 516 77 72
Binary 11011000 1010010 10001011 0 111110 100100 1111 101001110 111111 111010

Color Harmonies of #D8528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8528B

Black with #D8528B

Text Example


Text Example

White with #D8528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8528B; }

 p { color: rgb(216,82,139); }

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

background-color css

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

 a { background-color: rgb(216,82,139); }

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

border-color css

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

 span { border-color: rgb(216,82,139); }

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