#D35980

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

Shades of Cranberry #D35980

Tints of Cranberry #D35980

Color information

#D35980 (or 0xD35980) is unknown color: approx Cranberry. HEX triplet: D3, 59 and 80. RGB value is (211,89,128). Sum of RGB (Red+Green+Blue) = 211+89+128=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D35980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35980 is #2CA67F. Grayscale: #818181. Windows color (decimal): -2926208 or 8411603. OLE color: 8411603.

HSL color Cylindrical-coordinate representation of color #D35980: hue angle of 340.82º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35980 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB21189128-
CMYK00.580.390.17
HSL340.82º58.1%58.82%-
HSV(B)340.82º57.82%82.75%-
XYZ34.3322.5522.97-
YUV129.92126.92185.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.30%
GREEN value IS 89 (35.16% from 255) = 20.79%
BLUE value IS 128 (50.39% from 255) = 29.91%
R=49.30%
G=20.79%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118912800.580.390.17340.8258.158.82
HexD3598003A27111553a3b
Octal32313120007247215257273
Binary11010011101100110000000011101010011110001101010101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35980; }

 p { color: rgb(211,89,128); }

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

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

 a { background-color: rgb(211,89,128); }

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

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

 span { border-color: rgb(211,89,128); }

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