#D64F7E

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

Shades of Cranberry #D64F7E

Tints of Cranberry #D64F7E

Color information

#D64F7E (or 0xD64F7E) is unknown color: approx Cranberry. HEX triplet: D6, 4F and 7E. RGB value is (214,79,126). Sum of RGB (Red+Green+Blue) = 214+79+126=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64F7E is #29B081. Grayscale: #7C7C7C. Windows color (decimal): -2732162 or 8277974. OLE color: 8277974.

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

Color convert

RGB21479126-
CMYK00.630.410.16
HSL339.11º62.21%57.45%-
HSV(B)339.11º63.08%83.92%-
XYZ34.2921.3922.06-
YUV124.72128.73191.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.07%
GREEN value IS 79 (31.25% from 255) = 18.85%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=51.07%
G=18.85%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147912600.630.410.16339.1162.2157.45
HexD64F7E03F29101533e39
Octal32611717607751205237671
Binary1101011010011111111110011111110100110000101010011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64F7E; }

 p { color: rgb(214,79,126); }

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

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

 a { background-color: rgb(214,79,126); }

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

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

 span { border-color: rgb(214,79,126); }

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