#D66280

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

Shades of Cranberry #D66280

Tints of Cranberry #D66280

Color information

#D66280 (or 0xD66280) is unknown color: approx Cranberry. HEX triplet: D6, 62 and 80. RGB value is (214,98,128). Sum of RGB (Red+Green+Blue) = 214+98+128=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D66280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66280 is #299D7F. Grayscale: #888888. Windows color (decimal): -2727296 or 8413910. OLE color: 8413910.

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

Color convert

RGB21498128-
CMYK00.540.400.16
HSL344.48º58.59%61.18%-
HSV(B)344.48º54.21%83.92%-
XYZ3624.5923.27-
YUV136.1123.43183.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 98 (38.67% from 255) = 22.27%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=48.64%
G=22.27%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149812800.540.400.16344.4858.5961.18
HexD6628003628101583b3d
Octal32614220006650205307375
Binary11010110110001010000000011011010100010000101011000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66280; }

 p { color: rgb(214,98,128); }

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

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

 a { background-color: rgb(214,98,128); }

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

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

 span { border-color: rgb(214,98,128); }

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