#D74B80

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

Shades of Cranberry #D74B80

Tints of Cranberry #D74B80

Color information

#D74B80 (or 0xD74B80) is unknown color: approx Cranberry. HEX triplet: D7, 4B and 80. RGB value is (215,75,128). Sum of RGB (Red+Green+Blue) = 215+75+128=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74B80 is #28B47F. Grayscale: #7A7A7A. Windows color (decimal): -2667648 or 8408023. OLE color: 8408023.

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

Color convert

RGB21575128-
CMYK00.650.400.16
HSL337.29º63.64%56.86%-
HSV(B)337.29º65.12%84.31%-
XYZ34.4421.0422.67-
YUV122.9130.88193.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.44%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=51.44%
G=17.94%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157512800.650.400.16337.2963.6456.86
HexD74B8004128101514039
Octal3271132000101502052110071
Binary1101011110010111000000001000001101000100001010100011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74B80; }

 p { color: rgb(215,75,128); }

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

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

 a { background-color: rgb(215,75,128); }

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

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

 span { border-color: rgb(215,75,128); }

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