#D1427D

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

Shades of Cranberry #D1427D

Tints of Cranberry #D1427D

Color information

#D1427D (or 0xD1427D) is unknown color: approx Cranberry. HEX triplet: D1, 42 and 7D. RGB value is (209,66,125). Sum of RGB (Red+Green+Blue) = 209+66+125=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1427D is #2EBD82. Grayscale: #737373. Windows color (decimal): -3063171 or 8209105. OLE color: 8209105.

HSL color Cylindrical-coordinate representation of color #D1427D: hue angle of 335.24º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1427D is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB20966125-
CMYK00.680.400.18
HSL335.24º60.85%53.92%-
HSV(B)335.24º68.42%81.96%-
XYZ31.9418.9321.37-
YUV115.48133.38194.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.25%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=52.25%
G=16.5%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096612500.680.400.18335.2460.8553.92
HexD1427D044281214f3d36
Octal321102175010450225177566
Binary11010001100001011111010100010010100010010101001111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1427D; }

 p { color: rgb(209,66,125); }

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

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

 a { background-color: rgb(209,66,125); }

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

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

 span { border-color: rgb(209,66,125); }

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