Html Css Color HEX #D9507E Cranberry

📋 copy color: '#D9507E'

red 217 ◦ green 80 ◦ blue 126

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

Shades of Cranberry #D9507E

Tints of Cranberry #D9507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 51.3%
G = 18.91%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9507E (or 0xD9507E) is known color: Cranberry. HEX triplet: D9, 50 and 7E. RGB value is (217,80,126). Sum of RGB (Red+Green+Blue) = 217+80+126=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9507E is #26AF81. Grayscale: #7E7E7E. Windows color (decimal): -2535298 or 8278233. OLE color: 8278233.

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

Color convert

RGB 217 80 126 -
CMYK 0 0.63 0.42 0.15
HSL 339.85º 0.64% 0.58% -
HSV(B) 339.85º 0.63% 0.85% -
XYZ 35.25 22 22.13 -
YUV 126.21 127.89 192.76 -
System Red Green Blue C M Y K H S L
Decimal 217 80 126 0 0.63 0.42 0.15 339.85 0.64 0.58
Hex D9 50 7E 0 3F 2A F 154 40 3A
Octal 331 120 176 0 77 52 17 524 100 72
Binary 11011001 1010000 1111110 0 111111 101010 1111 101010100 1000000 111010

Color Harmonies of #D9507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9507E

Black with #D9507E

Text Example


Text Example

White with #D9507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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