#D74581

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

Shades of Cranberry #D74581

Tints of Cranberry #D74581

Color information

#D74581 (or 0xD74581) is unknown color: approx Cranberry. HEX triplet: D7, 45 and 81. RGB value is (215,69,129). Sum of RGB (Red+Green+Blue) = 215+69+129=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D74581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74581 is #28BA7E. Grayscale: #777777. Windows color (decimal): -2669183 or 8472023. OLE color: 8472023.

HSL color Cylindrical-coordinate representation of color #D74581: hue angle of 335.34º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74581 is Cyan = 0, Magento = 0.68, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB21569129-
CMYK00.680.40.16
HSL335.34º64.6%55.69%-
HSV(B)335.34º67.91%84.31%-
XYZ34.1120.2922.89-
YUV119.49133.37196.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.06%
GREEN value IS 69 (27.34% from 255) = 16.71%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=52.06%
G=16.71%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156912900.680.40.16335.3464.655.69
HexD74581044281014f4138
Octal3271052010104502051710170
Binary1101011110001011000000101000100101000100001010011111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74581; }

 p { color: rgb(215,69,129); }

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

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

 a { background-color: rgb(215,69,129); }

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

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

 span { border-color: rgb(215,69,129); }

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