#D45F7B

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

Shades of Cranberry #D45F7B

Tints of Cranberry #D45F7B

Color information

#D45F7B (or 0xD45F7B) is unknown color: approx Cranberry. HEX triplet: D4, 5F and 7B. RGB value is (212,95,123). Sum of RGB (Red+Green+Blue) = 212+95+123=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45F7B is #2BA084. Grayscale: #858585. Windows color (decimal): -2859141 or 8085460. OLE color: 8085460.

HSL color Cylindrical-coordinate representation of color #D45F7B: hue angle of 345.64º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D45F7B is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB21295123-
CMYK00.550.420.17
HSL345.64º57.64%60.2%-
HSV(B)345.64º55.19%83.14%-
XYZ34.8223.6121.46-
YUV133.17122.26184.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.30%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=49.30%
G=22.09%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129512300.550.420.17345.6457.6460.2
HexD45F7B0372A1115a3a3c
Octal32413717306752215327274
Binary1101010010111111111011011011110101010001101011010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45F7B; }

 p { color: rgb(212,95,123); }

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

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

 a { background-color: rgb(212,95,123); }

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

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

 span { border-color: rgb(212,95,123); }

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