#DF417B

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

Shades of Cranberry #DF417B

Tints of Cranberry #DF417B

Color information

#DF417B (or 0xDF417B) is unknown color: approx Cranberry. HEX triplet: DF, 41 and 7B. RGB value is (223,65,123). Sum of RGB (Red+Green+Blue) = 223+65+123=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF417B is #20BE84. Grayscale: #767676. Windows color (decimal): -2145925 or 8077791. OLE color: 8077791.

HSL color Cylindrical-coordinate representation of color #DF417B: hue angle of 337.97º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF417B is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB22365123-
CMYK00.710.450.13
HSL337.97º71.17%56.47%-
HSV(B)337.97º70.85%87.45%-
XYZ35.920.920.88-
YUV118.85130.35202.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.26%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=54.26%
G=15.82%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236512300.710.450.13337.9771.1756.47
HexDF417B0472DD1524738
Octal3371011730107551552210770
Binary11011111100000111110110100011110110111011010100101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF417B; }

 p { color: rgb(223,65,123); }

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

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

 a { background-color: rgb(223,65,123); }

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

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

 span { border-color: rgb(223,65,123); }

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