#d65e7f

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

Shades of Cranberry #D65E7F

Tints of Cranberry #D65E7F

Color information

#D65E7F (or 0xD65E7F) is unknown color: approx Cranberry. HEX triplet: D6, 5E and 7F. RGB value is (214,94,127). Sum of RGB (Red+Green+Blue) = 214+94+127=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65E7F is #29A180. Grayscale: #858585. Windows color (decimal): -2728321 or 8347350. OLE color: 8347350.

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

Color convert

RGB21494127-
CMYK00.560.410.16
HSL343.5º59.41%60.39%-
HSV(B)343.5º56.07%83.92%-
XYZ35.5723.8322.8-
YUV133.64124.26185.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 127 (50% from 255) = 29.20%
R=49.20%
G=21.61%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149412700.560.410.16343.559.4160.39
HexD65E7F03829101583b3c
Octal32613617707051205307374
Binary1101011010111101111111011100010100110000101011000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d65e7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d65e7f; }

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

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

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

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

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

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

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

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