#D44F7E

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

Shades of Cranberry #D44F7E

Tints of Cranberry #D44F7E

Color information

#D44F7E (or 0xD44F7E) is unknown color: approx Cranberry. HEX triplet: D4, 4F and 7E. RGB value is (212,79,126). Sum of RGB (Red+Green+Blue) = 212+79+126=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44F7E is #2BB081. Grayscale: #7C7C7C. Windows color (decimal): -2863234 or 8277972. OLE color: 8277972.

HSL color Cylindrical-coordinate representation of color #D44F7E: hue angle of 338.8º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44F7E is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB21279126-
CMYK00.630.410.17
HSL338.8º60.73%57.06%-
HSV(B)338.8º62.74%83.14%-
XYZ33.7121.122.03-
YUV124.12129.06190.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.84%
GREEN value IS 79 (31.25% from 255) = 18.94%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=50.84%
G=18.94%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127912600.630.410.17338.860.7357.06
HexD44F7E03F29111533d39
Octal32411717607751215237571
Binary1101010010011111111110011111110100110001101010011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44F7E; }

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

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

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

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

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

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

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

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