#D04A75

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

Shades of Cranberry #D04A75

Tints of Cranberry #D04A75

Color information

#D04A75 (or 0xD04A75) is unknown color: approx Cranberry. HEX triplet: D0, 4A and 75. RGB value is (208,74,117). Sum of RGB (Red+Green+Blue) = 208+74+117=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A75 is #2FB58A. Grayscale: #767676. Windows color (decimal): -3126667 or 7686864. OLE color: 7686864.

HSL color Cylindrical-coordinate representation of color #D04A75: hue angle of 340.75º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04A75 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB20874117-
CMYK00.640.440.18
HSL340.75º58.77%55.29%-
HSV(B)340.75º64.42%81.57%-
XYZ31.6719.5918.94-
YUV118.97126.89191.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.13%
GREEN value IS 74 (29.30% from 255) = 18.55%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=52.13%
G=18.55%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087411700.640.440.18340.7558.7755.29
HexD04A750402C121553b37
Octal320112165010054225257367
Binary11010000100101011101010100000010110010010101010101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04A75; }

 p { color: rgb(208,74,117); }

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

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

 a { background-color: rgb(208,74,117); }

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

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

 span { border-color: rgb(208,74,117); }

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