#D44075

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

Shades of Cranberry #D44075

Tints of Cranberry #D44075

Color information

#D44075 (or 0xD44075) is unknown color: approx Cranberry. HEX triplet: D4, 40 and 75. RGB value is (212,64,117). Sum of RGB (Red+Green+Blue) = 212+64+117=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D44075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44075 is #2BBF8A. Grayscale: #727272. Windows color (decimal): -2867083 or 7684308. OLE color: 7684308.

HSL color Cylindrical-coordinate representation of color #D44075: hue angle of 338.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D44075 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB21264117-
CMYK00.700.450.17
HSL338.51º63.25%54.12%-
HSV(B)338.51º69.81%83.14%-
XYZ32.218.9518.79-
YUV114.29129.53197.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.94%
GREEN value IS 64 (25.39% from 255) = 16.28%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=53.94%
G=16.28%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126411700.700.450.17338.5163.2554.12
HexD440750462D111533f36
Octal324100165010655215237766
Binary11010100100000011101010100011010110110001101010011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44075; }

 p { color: rgb(212,64,117); }

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

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

 a { background-color: rgb(212,64,117); }

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

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

 span { border-color: rgb(212,64,117); }

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