#D7407B

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

Shades of Cranberry #D7407B

Tints of Cranberry #D7407B

Color information

#D7407B (or 0xD7407B) is unknown color: approx Cranberry. HEX triplet: D7, 40 and 7B. RGB value is (215,64,123). Sum of RGB (Red+Green+Blue) = 215+64+123=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D7407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7407B is #28BF84. Grayscale: #737373. Windows color (decimal): -2670469 or 8077527. OLE color: 8077527.

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

Color convert

RGB21564123-
CMYK00.700.430.16
HSL336.56º65.37%54.71%-
HSV(B)336.56º70.23%84.31%-
XYZ33.4319.5420.75-
YUV115.88132.03198.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.48%
GREEN value IS 64 (25.39% from 255) = 15.92%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=53.48%
G=15.92%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156412300.700.430.16336.5665.3754.71
HexD7407B0462B101514137
Octal3271001730106532052110167
Binary110101111000000111101101000110101011100001010100011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7407B; }

 p { color: rgb(215,64,123); }

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

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

 a { background-color: rgb(215,64,123); }

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

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

 span { border-color: rgb(215,64,123); }

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