#D0547A

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

Shades of Cranberry #D0547A

Tints of Cranberry #D0547A

Color information

#D0547A (or 0xD0547A) is unknown color: approx Cranberry. HEX triplet: D0, 54 and 7A. RGB value is (208,84,122). Sum of RGB (Red+Green+Blue) = 208+84+122=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0547A is #2FAB85. Grayscale: #7D7D7D. Windows color (decimal): -3124102 or 8017104. OLE color: 8017104.

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

Color convert

RGB20884122-
CMYK00.600.410.18
HSL341.61º56.88%57.25%-
HSV(B)341.61º59.62%81.57%-
XYZ32.721.1620.77-
YUV125.41126.08186.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.24%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=50.24%
G=20.29%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088412200.600.410.18341.6156.8857.25
HexD0547A03C29121563939
Octal32012417207451225267171
Binary1101000010101001111010011110010100110010101010110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0547A; }

 p { color: rgb(208,84,122); }

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

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

 a { background-color: rgb(208,84,122); }

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

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

 span { border-color: rgb(208,84,122); }

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