Html Css Color HEX #D8527F Cranberry

📋 copy color: '#D8527F'

red 216 ◦ green 82 ◦ blue 127

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

Shades of Cranberry #D8527F

Tints of Cranberry #D8527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.88%

R = 50.82%
G = 19.29%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8527F (or 0xD8527F) is known color: Cranberry. HEX triplet: D8, 52 and 7F. RGB value is (216,82,127). Sum of RGB (Red+Green+Blue) = 216+82+127=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8527F is #27AD80. Grayscale: #7F7F7F. Windows color (decimal): -2600321 or 8344280. OLE color: 8344280.

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

Color convert

RGB 216 82 127 -
CMYK 0 0.62 0.41 0.15
HSL 339.85º 0.63% 0.58% -
HSV(B) 339.85º 0.62% 0.85% -
XYZ 35.17 22.17 22.5 -
YUV 127.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 216 82 127 0 0.62 0.41 0.15 339.85 0.63 0.58
Hex D8 52 7F 0 3E 29 F 154 3F 3A
Octal 330 122 177 0 76 51 17 524 77 72
Binary 11011000 1010010 1111111 0 111110 101001 1111 101010100 111111 111010

Color Harmonies of #D8527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8527F

Black with #D8527F

Text Example


Text Example

White with #D8527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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