Html Css Color HEX #D9527F Cranberry

📋 copy color: '#D9527F'

red 217 ◦ green 82 ◦ blue 127

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

Shades of Cranberry #D9527F

Tints of Cranberry #D9527F

RGB

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

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

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

R = 50.94%
G = 19.25%
B = 29.81%

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

#D9527F (or 0xD9527F) is known color: Cranberry. HEX triplet: D9, 52 and 7F. RGB value is (217,82,127). Sum of RGB (Red+Green+Blue) = 217+82+127=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9527F is #26AD80. Grayscale: #7F7F7F. Windows color (decimal): -2534785 or 8344281. OLE color: 8344281.

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

Color convert

RGB 217 82 127 -
CMYK 0 0.62 0.41 0.15
HSL 340º 0.64% 0.59% -
HSV(B) 340º 0.62% 0.85% -
XYZ 35.46 22.32 22.52 -
YUV 127.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 217 82 127 0 0.62 0.41 0.15 340 0.64 0.59
Hex D9 52 7F 0 3E 29 F 154 40 3B
Octal 331 122 177 0 76 51 17 524 100 73
Binary 11011001 1010010 1111111 0 111110 101001 1111 101010100 1000000 111011

Color Harmonies of #D9527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9527F

Black with #D9527F

Text Example


Text Example

White with #D9527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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