#D65B84

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

Shades of Cranberry #D65B84

Tints of Cranberry #D65B84

Color information

#D65B84 (or 0xD65B84) is unknown color: approx Cranberry. HEX triplet: D6, 5B and 84. RGB value is (214,91,132). Sum of RGB (Red+Green+Blue) = 214+91+132=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65B84 is #29A47B. Grayscale: #848484. Windows color (decimal): -2729084 or 8674262. OLE color: 8674262.

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

Color convert

RGB21491132-
CMYK00.570.380.16
HSL340º60%59.8%-
HSV(B)340º57.48%83.92%-
XYZ35.6423.4424.48-
YUV132.45127.75186.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=48.97%
G=20.82%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149113200.570.380.163406059.8
HexD65B8403926101543c3c
Octal32613320407146205247474
Binary11010110101101110000100011100110011010000101010100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65B84; }

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

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

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

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

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

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

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

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