#d76183

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

Shades of Cranberry #D76183

Tints of Cranberry #D76183

Color information

#D76183 (or 0xD76183) is unknown color: approx Cranberry. HEX triplet: D7, 61 and 83. RGB value is (215,97,131). Sum of RGB (Red+Green+Blue) = 215+97+131=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D76183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76183 is #289E7C. Grayscale: #888888. Windows color (decimal): -2662013 or 8610263. OLE color: 8610263.

HSL color Cylindrical-coordinate representation of color #D76183: hue angle of 342.71º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76183 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB21597131-
CMYK00.550.390.16
HSL342.71º59.6%61.18%-
HSV(B)342.71º54.88%84.31%-
XYZ36.424.6424.31-
YUV136.16125.09184.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.53%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 131 (51.56% from 255) = 29.57%
R=48.53%
G=21.90%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159713100.550.390.16342.7159.661.18
HexD7618303727101573c3d
Octal32714120306747205277475
Binary11010111110000110000011011011110011110000101010111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d76183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d76183; }

 p { color: rgb(215,97,131); }

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

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

 a { background-color: rgb(215,97,131); }

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

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

 span { border-color: rgb(215,97,131); }

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