#D64F7F

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

Shades of Cranberry #D64F7F

Tints of Cranberry #D64F7F

Color information

#D64F7F (or 0xD64F7F) is unknown color: approx Cranberry. HEX triplet: D6, 4F and 7F. RGB value is (214,79,127). Sum of RGB (Red+Green+Blue) = 214+79+127=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64F7F is #29B080. Grayscale: #7C7C7C. Windows color (decimal): -2732161 or 8343510. OLE color: 8343510.

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

Color convert

RGB21479127-
CMYK00.630.410.16
HSL338.67º62.21%57.45%-
HSV(B)338.67º63.08%83.92%-
XYZ34.3621.4222.4-
YUV124.84129.23191.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.95%
GREEN value IS 79 (31.25% from 255) = 18.81%
BLUE value IS 127 (50% from 255) = 30.24%
R=50.95%
G=18.81%
B=30.24%

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
Decimal2147912700.630.410.16338.6762.2157.45
HexD64F7F03F29101533e39
Octal32611717707751205237671
Binary1101011010011111111111011111110100110000101010011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64F7F; }

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

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

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

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

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

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

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

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