#D04174

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

Shades of Cranberry #D04174

Tints of Cranberry #D04174

Color information

#D04174 (or 0xD04174) is unknown color: approx Cranberry. HEX triplet: D0, 41 and 74. RGB value is (208,65,116). Sum of RGB (Red+Green+Blue) = 208+65+116=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D04174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04174 is #2FBE8B. Grayscale: #717171. Windows color (decimal): -3128972 or 7619024. OLE color: 7619024.

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

Color convert

RGB20865116-
CMYK00.690.440.18
HSL338.6º60.34%53.53%-
HSV(B)338.6º68.75%81.57%-
XYZ31.0618.4518.45-
YUV113.57129.38195.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.47%
GREEN value IS 65 (25.78% from 255) = 16.71%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=53.47%
G=16.71%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086511600.690.440.18338.660.3453.53
HexD041740452C121533c36
Octal320101164010554225237466
Binary11010000100000111101000100010110110010010101010011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04174; }

 p { color: rgb(208,65,116); }

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

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

 a { background-color: rgb(208,65,116); }

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

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

 span { border-color: rgb(208,65,116); }

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