#D7507A

Color #D7507A Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D7507A

Tints of Cranberry #D7507A

Color information

#D7507A (or 0xD7507A) is unknown color: approx Cranberry. HEX triplet: D7, 50 and 7A. RGB value is (215,80,122). Sum of RGB (Red+Green+Blue) = 215+80+122=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D7507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7507A is #28AF85. Grayscale: #7D7D7D. Windows color (decimal): -2666374 or 8016087. OLE color: 8016087.

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

Color convert

RGB21580122-
CMYK00.630.430.16
HSL341.33º62.79%57.84%-
HSV(B)341.33º62.79%84.31%-
XYZ34.4121.5920.77-
YUV125.15126.23192.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.56%
GREEN value IS 80 (31.64% from 255) = 19.18%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=51.56%
G=19.18%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158012200.630.430.16341.3362.7957.84
HexD7507A03F2B101553f3a
Octal32712017207753205257772
Binary1101011110100001111010011111110101110000101010101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7507A; }

 p { color: rgb(215,80,122); }

 H1.HeaderClassName
 {
   color: #D7507A;
 }
 .AnyTagClassName
 {
   color: #D7507A;
 }
</style>
background-color css

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

 a { background-color: rgb(215,80,122); }

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

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

 span { border-color: rgb(215,80,122); }

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