#D45183

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

Shades of Cranberry #D45183

Tints of Cranberry #D45183

Color information

#D45183 (or 0xD45183) is unknown color: approx Cranberry. HEX triplet: D4, 51 and 83. RGB value is (212,81,131). Sum of RGB (Red+Green+Blue) = 212+81+131=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D45183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45183 is #2BAE7C. Grayscale: #7D7D7D. Windows color (decimal): -2862717 or 8606164. OLE color: 8606164.

HSL color Cylindrical-coordinate representation of color #D45183: hue angle of 337.1º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45183 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB21281131-
CMYK00.620.380.17
HSL337.1º60.37%57.45%-
HSV(B)337.1º61.79%83.14%-
XYZ34.1921.5223.82-
YUV125.87130.9189.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 19.10%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=50%
G=19.10%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128113100.620.380.17337.160.3757.45
HexD4518303E26111513c39
Octal32412120307646215217471
Binary11010100101000110000011011111010011010001101010001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45183; }

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

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

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

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

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

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

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

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