#D65E7C

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

Shades of Cranberry #D65E7C

Tints of Cranberry #D65E7C

Color information

#D65E7C (or 0xD65E7C) is unknown color: approx Cranberry. HEX triplet: D6, 5E and 7C. RGB value is (214,94,124). Sum of RGB (Red+Green+Blue) = 214+94+124=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65E7C is #29A183. Grayscale: #858585. Windows color (decimal): -2728324 or 8150742. OLE color: 8150742.

HSL color Cylindrical-coordinate representation of color #D65E7C: hue angle of 345º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65E7C is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB21494124-
CMYK00.560.420.16
HSL345º59.41%60.39%-
HSV(B)345º56.07%83.92%-
XYZ35.3723.7621.79-
YUV133.3122.76185.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.54%
GREEN value IS 94 (37.11% from 255) = 21.76%
BLUE value IS 124 (48.83% from 255) = 28.70%
R=49.54%
G=21.76%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149412400.560.420.1634559.4160.39
HexD65E7C0382A101593b3c
Octal32613617407052205317374
Binary1101011010111101111100011100010101010000101011001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65E7C; }

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

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

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

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

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

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

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

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