Html Css Color HEX #D9527C Cranberry

📋 copy color: '#D9527C'

red 217 ◦ green 82 ◦ blue 124

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

Shades of Cranberry #D9527C

Tints of Cranberry #D9527C

RGB

 RED value IS 217 (85.16% from 255) = 51.3%

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

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 51.3%
G = 19.39%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9527C (or 0xD9527C) is known color: Cranberry. HEX triplet: D9, 52 and 7C. RGB value is (217,82,124). Sum of RGB (Red+Green+Blue) = 217+82+124=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9527C is #26AD83. Grayscale: #7F7F7F. Windows color (decimal): -2534788 or 8147673. OLE color: 8147673.

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

Color convert

RGB 217 82 124 -
CMYK 0 0.62 0.43 0.15
HSL 341.33º 0.64% 0.59% -
HSV(B) 341.33º 0.62% 0.85% -
XYZ 35.27 22.24 21.5 -
YUV 127.15 126.23 192.08 -
System Red Green Blue C M Y K H S L
Decimal 217 82 124 0 0.62 0.43 0.15 341.33 0.64 0.59
Hex D9 52 7C 0 3E 2B F 155 40 3B
Octal 331 122 174 0 76 53 17 525 100 73
Binary 11011001 1010010 1111100 0 111110 101011 1111 101010101 1000000 111011

Color Harmonies of #D9527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9527C

Black with #D9527C

Text Example


Text Example

White with #D9527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9527C; }

 p { color: rgb(217,82,124); }

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

background-color css

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

 a { background-color: rgb(217,82,124); }

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

border-color css

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

 span { border-color: rgb(217,82,124); }

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