#D65F84

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

Shades of Cranberry #D65F84

Tints of Cranberry #D65F84

Color information

#D65F84 (or 0xD65F84) is unknown color: approx Cranberry. HEX triplet: D6, 5F and 84. RGB value is (214,95,132). Sum of RGB (Red+Green+Blue) = 214+95+132=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65F84 is #29A07B. Grayscale: #868686. Windows color (decimal): -2728060 or 8675286. OLE color: 8675286.

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

Color convert

RGB21495132-
CMYK00.560.380.16
HSL341.34º59.2%60.59%-
HSV(B)341.34º55.61%83.92%-
XYZ35.9924.1524.59-
YUV134.8126.42184.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.53%
GREEN value IS 95 (37.5% from 255) = 21.54%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=48.53%
G=21.54%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149513200.560.380.16341.3459.260.59
HexD65F8403826101553b3d
Octal32613720407046205257375
Binary11010110101111110000100011100010011010000101010101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65F84; }

 p { color: rgb(214,95,132); }

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

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

 a { background-color: rgb(214,95,132); }

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

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

 span { border-color: rgb(214,95,132); }

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