#d74784

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

Shades of Cranberry #D74784

Tints of Cranberry #D74784

Color information

#D74784 (or 0xD74784) is unknown color: approx Cranberry. HEX triplet: D7, 47 and 84. RGB value is (215,71,132). Sum of RGB (Red+Green+Blue) = 215+71+132=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D74784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74784 is #28B87B. Grayscale: #787878. Windows color (decimal): -2668668 or 8669143. OLE color: 8669143.

HSL color Cylindrical-coordinate representation of color #D74784: hue angle of 334.58º 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 #D74784 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB21571132-
CMYK00.670.390.16
HSL334.58º64.29%56.08%-
HSV(B)334.58º66.98%84.31%-
XYZ34.4420.6223.99-
YUV121.01134.21195.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.44%
GREEN value IS 71 (28.12% from 255) = 16.99%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=51.44%
G=16.99%
B=31.58%

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
Decimal2157113200.670.390.16334.5864.2956.08
HexD74784043271014f4038
Octal3271072040103472051710070
Binary1101011110001111000010001000011100111100001010011111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d74784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d74784; }

 p { color: rgb(215,71,132); }

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

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

 a { background-color: rgb(215,71,132); }

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

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

 span { border-color: rgb(215,71,132); }

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