Html Css Color HEX #D9507C Cranberry

📋 copy color: '#D9507C'

red 217 ◦ green 80 ◦ blue 124

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

Shades of Cranberry #D9507C

Tints of Cranberry #D9507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19%

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

R = 51.54%
G = 19%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9507C (or 0xD9507C) is known color: Cranberry. HEX triplet: D9, 50 and 7C. RGB value is (217,80,124). Sum of RGB (Red+Green+Blue) = 217+80+124=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9507C is #26AF83. Grayscale: #7D7D7D. Windows color (decimal): -2535300 or 8147161. OLE color: 8147161.

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

Color convert

RGB 217 80 124 -
CMYK 0 0.63 0.43 0.15
HSL 340.73º 0.64% 0.58% -
HSV(B) 340.73º 0.63% 0.85% -
XYZ 35.12 21.94 21.45 -
YUV 125.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 217 80 124 0 0.63 0.43 0.15 340.73 0.64 0.58
Hex D9 50 7C 0 3F 2B F 155 40 3A
Octal 331 120 174 0 77 53 17 525 100 72
Binary 11011001 1010000 1111100 0 111111 101011 1111 101010101 1000000 111010

Color Harmonies of #D9507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9507C

Black with #D9507C

Text Example


Text Example

White with #D9507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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