#D74F7E

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

Shades of Cranberry #D74F7E

Tints of Cranberry #D74F7E

Color information

#D74F7E (or 0xD74F7E) is unknown color: approx Cranberry. HEX triplet: D7, 4F and 7E. RGB value is (215,79,126). Sum of RGB (Red+Green+Blue) = 215+79+126=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74F7E is #28B081. Grayscale: #7C7C7C. Windows color (decimal): -2666626 or 8277975. OLE color: 8277975.

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

Color convert

RGB21579126-
CMYK00.630.410.16
HSL339.26º62.96%57.65%-
HSV(B)339.26º63.26%84.31%-
XYZ34.5921.5522.07-
YUV125.02128.56192.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.19%
GREEN value IS 79 (31.25% from 255) = 18.81%
BLUE value IS 126 (49.61% from 255) = 30%
R=51.19%
G=18.81%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157912600.630.410.16339.2662.9657.65
HexD74F7E03F29101533f3a
Octal32711717607751205237772
Binary1101011110011111111110011111110100110000101010011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74F7E; }

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

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

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

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

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

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

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

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