#DD417D

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

Shades of Cranberry #DD417D

Tints of Cranberry #DD417D

Color information

#DD417D (or 0xDD417D) is unknown color: approx Cranberry. HEX triplet: DD, 41 and 7D. RGB value is (221,65,125). Sum of RGB (Red+Green+Blue) = 221+65+125=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD417D is #22BE82. Grayscale: #767676. Windows color (decimal): -2276995 or 8208861. OLE color: 8208861.

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

Color convert

RGB22165125-
CMYK00.710.430.13
HSL336.92º69.64%56.08%-
HSV(B)336.92º70.59%86.67%-
XYZ35.4120.6321.52-
YUV118.48131.68201.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.77%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=53.77%
G=15.82%
B=30.41%

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
Decimal2216512500.710.430.13336.9269.6456.08
HexDD417D0472BD1514638
Octal3351011750107531552110670
Binary11011101100000111111010100011110101111011010100011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD417D; }

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

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

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

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

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

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

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

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