#D7427E

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

Shades of Cranberry #D7427E

Tints of Cranberry #D7427E

Color information

#D7427E (or 0xD7427E) is unknown color: approx Cranberry. HEX triplet: D7, 42 and 7E. RGB value is (215,66,126). Sum of RGB (Red+Green+Blue) = 215+66+126=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7427E is #28BD81. Grayscale: #757575. Windows color (decimal): -2669954 or 8274647. OLE color: 8274647.

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

Color convert

RGB21566126-
CMYK00.690.410.16
HSL335.84º65.07%55.1%-
HSV(B)335.84º69.3%84.31%-
XYZ33.7419.8521.79-
YUV117.39132.86197.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.83%
GREEN value IS 66 (26.17% from 255) = 16.22%
BLUE value IS 126 (49.61% from 255) = 30.96%
R=52.83%
G=16.22%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156612600.690.410.16335.8465.0755.1
HexD7427E04529101504137
Octal3271021760105512052010167
Binary110101111000010111111001000101101001100001010100001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7427E; }

 p { color: rgb(215,66,126); }

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

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

 a { background-color: rgb(215,66,126); }

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

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

 span { border-color: rgb(215,66,126); }

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