#DD417E

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

Shades of Cranberry #DD417E

Tints of Cranberry #DD417E

Color information

#DD417E (or 0xDD417E) is unknown color: approx Cranberry. HEX triplet: DD, 41 and 7E. RGB value is (221,65,126). Sum of RGB (Red+Green+Blue) = 221+65+126=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD417E is #22BE81. Grayscale: #767676. Windows color (decimal): -2276994 or 8274397. OLE color: 8274397.

HSL color Cylindrical-coordinate representation of color #DD417E: hue angle of 336.54º degrees, saturation: 0.7, 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 #DD417E is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB22165126-
CMYK00.710.430.13
HSL336.54º69.64%56.08%-
HSV(B)336.54º70.59%86.67%-
XYZ35.4720.6621.86-
YUV118.6132.18201.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.64%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=53.64%
G=15.78%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216512600.710.430.13336.5469.6456.08
HexDD417E0472BD1514638
Octal3351011760107531552110670
Binary11011101100000111111100100011110101111011010100011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD417E; }

 p { color: rgb(221,65,126); }

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

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

 a { background-color: rgb(221,65,126); }

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

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

 span { border-color: rgb(221,65,126); }

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