#d05278

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

Shades of Cranberry #D05278

Tints of Cranberry #D05278

Color information

#D05278 (or 0xD05278) is unknown color: approx Cranberry. HEX triplet: D0, 52 and 78. RGB value is (208,82,120). Sum of RGB (Red+Green+Blue) = 208+82+120=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D05278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05278 is #2FAD87. Grayscale: #7B7B7B. Windows color (decimal): -3124616 or 7885520. OLE color: 7885520.

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

Color convert

RGB20882120-
CMYK00.610.420.18
HSL341.9º57.27%56.86%-
HSV(B)341.9º60.58%81.57%-
XYZ32.4220.820.08-
YUV124.01125.74187.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.73%
GREEN value IS 82 (32.42% from 255) = 20%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=50.73%
G=20%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088212000.610.420.18341.957.2756.86
HexD0527803D2A121563939
Octal32012217007552225267171
Binary1101000010100101111000011110110101010010101010110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d05278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d05278; }

 p { color: rgb(208,82,120); }

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

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

 a { background-color: rgb(208,82,120); }

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

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

 span { border-color: rgb(208,82,120); }

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