#d83d73

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

Shades of Cranberry #D83D73

Tints of Cranberry #D83D73

Color information

#D83D73 (or 0xD83D73) is unknown color: approx Cranberry. HEX triplet: D8, 3D and 73. RGB value is (216,61,115). Sum of RGB (Red+Green+Blue) = 216+61+115=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83D73 is #27C28C. Grayscale: #717171. Windows color (decimal): -2605709 or 7552472. OLE color: 7552472.

HSL color Cylindrical-coordinate representation of color #D83D73: hue angle of 339.1º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83D73 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB21661115-
CMYK00.720.470.15
HSL339.1º66.52%54.31%-
HSV(B)339.1º71.76%84.71%-
XYZ33.0819.1718.18-
YUV113.5128.85201.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.10%
GREEN value IS 61 (24.22% from 255) = 15.56%
BLUE value IS 115 (45.31% from 255) = 29.34%
R=55.10%
G=15.56%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166111500.720.470.15339.166.5254.31
HexD83D730482FF1534336
Octal330751630110571752310366
Binary1101100011110111100110100100010111111111010100111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d83d73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d83d73; }

 p { color: rgb(216,61,115); }

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

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

 a { background-color: rgb(216,61,115); }

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

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

 span { border-color: rgb(216,61,115); }

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