#D6407A

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

Shades of Cranberry #D6407A

Tints of Cranberry #D6407A

Color information

#D6407A (or 0xD6407A) is unknown color: approx Cranberry. HEX triplet: D6, 40 and 7A. RGB value is (214,64,122). Sum of RGB (Red+Green+Blue) = 214+64+122=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D6407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6407A is #29BF85. Grayscale: #737373. Windows color (decimal): -2736006 or 8011990. OLE color: 8011990.

HSL color Cylindrical-coordinate representation of color #D6407A: hue angle of 336.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6407A is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB21464122-
CMYK00.700.430.16
HSL336.8º64.66%54.51%-
HSV(B)336.8º70.09%83.92%-
XYZ33.0819.3720.41-
YUV115.46131.7198.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.5%
GREEN value IS 64 (25.39% from 255) = 16%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=53.5%
G=16%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146412200.700.430.16336.864.6654.51
HexD6407A0462B101514137
Octal3261001720106532052110167
Binary110101101000000111101001000110101011100001010100011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6407A; }

 p { color: rgb(214,64,122); }

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

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

 a { background-color: rgb(214,64,122); }

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

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

 span { border-color: rgb(214,64,122); }

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