Html Css Color HEX #D9507F Cranberry

📋 copy color: '#D9507F'

red 217 ◦ green 80 ◦ blue 127

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

Shades of Cranberry #D9507F

Tints of Cranberry #D9507F

RGB

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

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

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

R = 51.18%
G = 18.87%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9507F (or 0xD9507F) is known color: Cranberry. HEX triplet: D9, 50 and 7F. RGB value is (217,80,127). Sum of RGB (Red+Green+Blue) = 217+80+127=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9507F is #26AF80. Grayscale: #7E7E7E. Windows color (decimal): -2535297 or 8343769. OLE color: 8343769.

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

Color convert

RGB 217 80 127 -
CMYK 0 0.63 0.41 0.15
HSL 339.42º 0.64% 0.58% -
HSV(B) 339.42º 0.63% 0.85% -
XYZ 35.31 22.02 22.47 -
YUV 126.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 217 80 127 0 0.63 0.41 0.15 339.42 0.64 0.58
Hex D9 50 7F 0 3F 29 F 153 40 3A
Octal 331 120 177 0 77 51 17 523 100 72
Binary 11011001 1010000 1111111 0 111111 101001 1111 101010011 1000000 111010

Color Harmonies of #D9507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9507F

Black with #D9507F

Text Example


Text Example

White with #D9507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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