#D05183

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

Shades of Cranberry #D05183

Tints of Cranberry #D05183

Color information

#D05183 (or 0xD05183) is unknown color: approx Cranberry. HEX triplet: D0, 51 and 83. RGB value is (208,81,131). Sum of RGB (Red+Green+Blue) = 208+81+131=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D05183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05183 is #2FAE7C. Grayscale: #7C7C7C. Windows color (decimal): -3124861 or 8606160. OLE color: 8606160.

HSL color Cylindrical-coordinate representation of color #D05183: hue angle of 336.38º 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 #D05183 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB20881131-
CMYK00.610.370.18
HSL336.38º57.47%56.67%-
HSV(B)336.38º61.06%81.57%-
XYZ33.0520.9323.77-
YUV124.67131.58187.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.52%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=49.52%
G=19.29%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088113100.610.370.18336.3857.4756.67
HexD0518303D25121503939
Octal32012120307545225207171
Binary11010000101000110000011011110110010110010101010000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05183; }

 p { color: rgb(208,81,131); }

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

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

 a { background-color: rgb(208,81,131); }

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

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

 span { border-color: rgb(208,81,131); }

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