#D64E7D

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

Shades of Cranberry #D64E7D

Tints of Cranberry #D64E7D

Color information

#D64E7D (or 0xD64E7D) is unknown color: approx Cranberry. HEX triplet: D6, 4E and 7D. RGB value is (214,78,125). Sum of RGB (Red+Green+Blue) = 214+78+125=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E7D is #29B182. Grayscale: #7B7B7B. Windows color (decimal): -2732419 or 8212182. OLE color: 8212182.

HSL color Cylindrical-coordinate representation of color #D64E7D: hue angle of 339.26º 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 #D64E7D is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB21478125-
CMYK00.640.420.16
HSL339.26º62.39%57.25%-
HSV(B)339.26º63.55%83.92%-
XYZ34.1621.2321.7-
YUV124.02128.56192.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 78 (30.86% from 255) = 18.71%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=51.32%
G=18.71%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147812500.640.420.16339.2662.3957.25
HexD64E7D0402A101533e39
Octal326116175010052205237671
Binary11010110100111011111010100000010101010000101010011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64E7D; }

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

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

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

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

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

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

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

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