#D45F7E

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

Shades of Cranberry #D45F7E

Tints of Cranberry #D45F7E

Color information

#D45F7E (or 0xD45F7E) is unknown color: approx Cranberry. HEX triplet: D4, 5F and 7E. RGB value is (212,95,126). Sum of RGB (Red+Green+Blue) = 212+95+126=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45F7E is #2BA081. Grayscale: #858585. Windows color (decimal): -2859138 or 8282068. OLE color: 8282068.

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

Color convert

RGB21295126-
CMYK00.550.410.17
HSL344.1º57.64%60.2%-
HSV(B)344.1º55.19%83.14%-
XYZ35.0123.6922.47-
YUV133.52123.76183.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.96%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=48.96%
G=21.94%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129512600.550.410.17344.157.6460.2
HexD45F7E03729111583a3c
Octal32413717606751215307274
Binary1101010010111111111110011011110100110001101011000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45F7E; }

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

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

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

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

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

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

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

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