#D64E84

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

Shades of Cranberry #D64E84

Tints of Cranberry #D64E84

Color information

#D64E84 (or 0xD64E84) is unknown color: approx Cranberry. HEX triplet: D6, 4E and 84. RGB value is (214,78,132). Sum of RGB (Red+Green+Blue) = 214+78+132=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64E84 is #29B17B. Grayscale: #7C7C7C. Windows color (decimal): -2732412 or 8670934. OLE color: 8670934.

HSL color Cylindrical-coordinate representation of color #D64E84: hue angle of 336.18º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64E84 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB21478132-
CMYK00.640.380.16
HSL336.18º62.39%57.25%-
HSV(B)336.18º63.55%83.92%-
XYZ34.6221.4124.14-
YUV124.82132.06191.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.47%
GREEN value IS 78 (30.86% from 255) = 18.40%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=50.47%
G=18.40%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147813200.640.380.16336.1862.3957.25
HexD64E8404026101503e39
Octal326116204010046205207671
Binary110101101001110100001000100000010011010000101010000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64E84; }

 p { color: rgb(214,78,132); }

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

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

 a { background-color: rgb(214,78,132); }

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

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

 span { border-color: rgb(214,78,132); }

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