Html Css Color HEX #D8527A Cranberry

📋 copy color: '#D8527A'

red 216 ◦ green 82 ◦ blue 122

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

Shades of Cranberry #D8527A

Tints of Cranberry #D8527A

RGB

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

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

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

R = 51.43%
G = 19.52%
B = 29.05%

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

#D8527A (or 0xD8527A) is known color: Cranberry. HEX triplet: D8, 52 and 7A. RGB value is (216,82,122). Sum of RGB (Red+Green+Blue) = 216+82+122=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8527A is #27AD85. Grayscale: #7E7E7E. Windows color (decimal): -2600326 or 8016600. OLE color: 8016600.

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

Color convert

RGB 216 82 122 -
CMYK 0 0.62 0.44 0.15
HSL 342.09º 0.63% 0.58% -
HSV(B) 342.09º 0.62% 0.85% -
XYZ 34.85 22.04 20.83 -
YUV 126.63 125.39 191.75 -
System Red Green Blue C M Y K H S L
Decimal 216 82 122 0 0.62 0.44 0.15 342.09 0.63 0.58
Hex D8 52 7A 0 3E 2C F 156 3F 3A
Octal 330 122 172 0 76 54 17 526 77 72
Binary 11011000 1010010 1111010 0 111110 101100 1111 101010110 111111 111010

Color Harmonies of #D8527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8527A

Black with #D8527A

Text Example


Text Example

White with #D8527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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