#d74475

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

Shades of Cranberry #D74475

Tints of Cranberry #D74475

Color information

#D74475 (or 0xD74475) is unknown color: approx Cranberry. HEX triplet: D7, 44 and 75. RGB value is (215,68,117). Sum of RGB (Red+Green+Blue) = 215+68+117=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D74475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74475 is #28BB8A. Grayscale: #757575. Windows color (decimal): -2669451 or 7685335. OLE color: 7685335.

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

Color convert

RGB21568117-
CMYK00.680.460.16
HSL340º64.76%55.49%-
HSV(B)340º68.37%84.31%-
XYZ33.319.8718.91-
YUV117.54127.7197.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.75%
GREEN value IS 68 (26.95% from 255) = 17%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=53.75%
G=17%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156811700.680.460.1634064.7655.49
HexD744750442E101544137
Octal3271041650104562052410167
Binary110101111000100111010101000100101110100001010101001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d74475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d74475; }

 p { color: rgb(215,68,117); }

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

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

 a { background-color: rgb(215,68,117); }

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

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

 span { border-color: rgb(215,68,117); }

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