#D6417C

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

Shades of Cranberry #D6417C

Tints of Cranberry #D6417C

Color information

#D6417C (or 0xD6417C) is unknown color: approx Cranberry. HEX triplet: D6, 41 and 7C. RGB value is (214,65,124). Sum of RGB (Red+Green+Blue) = 214+65+124=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6417C is #29BE83. Grayscale: #747474. Windows color (decimal): -2735748 or 8143318. OLE color: 8143318.

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

Color convert

RGB21465124-
CMYK00.700.420.16
HSL336.24º64.5%54.71%-
HSV(B)336.24º69.63%83.92%-
XYZ33.2619.5321.09-
YUV116.28132.36197.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.10%
GREEN value IS 65 (25.78% from 255) = 16.13%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=53.10%
G=16.13%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146512400.700.420.16336.2464.554.71
HexD6417C0462A101504137
Octal3261011740106522052010167
Binary110101101000001111110001000110101010100001010100001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6417C; }

 p { color: rgb(214,65,124); }

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

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

 a { background-color: rgb(214,65,124); }

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

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

 span { border-color: rgb(214,65,124); }

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