#D74883

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

Shades of Cranberry #D74883

Tints of Cranberry #D74883

Color information

#D74883 (or 0xD74883) is unknown color: approx Cranberry. HEX triplet: D7, 48 and 83. RGB value is (215,72,131). Sum of RGB (Red+Green+Blue) = 215+72+131=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D74883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74883 is #28B77C. Grayscale: #797979. Windows color (decimal): -2668413 or 8603863. OLE color: 8603863.

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

Color convert

RGB21572131-
CMYK00.670.390.16
HSL335.24º64.13%56.27%-
HSV(B)335.24º66.51%84.31%-
XYZ34.4420.7223.66-
YUV121.48133.38194.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.44%
GREEN value IS 72 (28.52% from 255) = 17.22%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=51.44%
G=17.22%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157213100.670.390.16335.2464.1356.27
HexD74883043271014f4038
Octal3271102030103472051710070
Binary1101011110010001000001101000011100111100001010011111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74883; }

 p { color: rgb(215,72,131); }

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

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

 a { background-color: rgb(215,72,131); }

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

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

 span { border-color: rgb(215,72,131); }

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