#D74F84

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

Shades of Cranberry #D74F84

Tints of Cranberry #D74F84

Color information

#D74F84 (or 0xD74F84) is unknown color: approx Cranberry. HEX triplet: D7, 4F and 84. RGB value is (215,79,132). Sum of RGB (Red+Green+Blue) = 215+79+132=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F84 is #28B07B. Grayscale: #7D7D7D. Windows color (decimal): -2666620 or 8671191. OLE color: 8671191.

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

Color convert

RGB21579132-
CMYK00.630.390.16
HSL336.62º62.96%57.65%-
HSV(B)336.62º63.26%84.31%-
XYZ34.9921.724.18-
YUV125.71131.56191.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.47%
GREEN value IS 79 (31.25% from 255) = 18.54%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=50.47%
G=18.54%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157913200.630.390.16336.6262.9657.65
HexD74F8403F27101513f3a
Octal32711720407747205217772
Binary11010111100111110000100011111110011110000101010001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74F84; }

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

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

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

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

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

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

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

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