#D0447D

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

Shades of Cranberry #D0447D

Tints of Cranberry #D0447D

Color information

#D0447D (or 0xD0447D) is unknown color: approx Cranberry. HEX triplet: D0, 44 and 7D. RGB value is (208,68,125). Sum of RGB (Red+Green+Blue) = 208+68+125=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0447D is #2FBB82. Grayscale: #747474. Windows color (decimal): -3128195 or 8209616. OLE color: 8209616.

HSL color Cylindrical-coordinate representation of color #D0447D: hue angle of 335.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0447D is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB20868125-
CMYK00.670.400.18
HSL335.57º59.83%54.12%-
HSV(B)335.57º67.31%81.57%-
XYZ31.7819.0221.4-
YUV116.36132.88193.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.87%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=51.87%
G=16.96%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086812500.670.400.18335.5759.8354.12
HexD0447D04328121503c36
Octal320104175010350225207466
Binary11010000100010011111010100001110100010010101010000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0447D; }

 p { color: rgb(208,68,125); }

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

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

 a { background-color: rgb(208,68,125); }

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

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

 span { border-color: rgb(208,68,125); }

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