#D84280

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

Shades of Cranberry #D84280

Tints of Cranberry #D84280

Color information

#D84280 (or 0xD84280) is unknown color: approx Cranberry. HEX triplet: D8, 42 and 80. RGB value is (216,66,128). Sum of RGB (Red+Green+Blue) = 216+66+128=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D84280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84280 is #27BD7F. Grayscale: #757575. Windows color (decimal): -2604416 or 8405720. OLE color: 8405720.

HSL color Cylindrical-coordinate representation of color #D84280: hue angle of 335.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84280 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB21666128-
CMYK00.690.410.15
HSL335.2º65.79%55.29%-
HSV(B)335.2º69.44%84.71%-
XYZ34.1620.0522.49-
YUV117.92133.7197.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.68%
GREEN value IS 66 (26.17% from 255) = 16.10%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=52.68%
G=16.10%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166612800.690.410.15335.265.7955.29
HexD8428004529F14f4237
Octal3301022000105511751710267
Binary110110001000010100000000100010110100111111010011111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84280; }

 p { color: rgb(216,66,128); }

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

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

 a { background-color: rgb(216,66,128); }

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

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

 span { border-color: rgb(216,66,128); }

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