#D65B85

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

Shades of Cranberry #D65B85

Tints of Cranberry #D65B85

Color information

#D65B85 (or 0xD65B85) is unknown color: approx Cranberry. HEX triplet: D6, 5B and 85. RGB value is (214,91,133). Sum of RGB (Red+Green+Blue) = 214+91+133=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65B85 is #29A47A. Grayscale: #848484. Windows color (decimal): -2729083 or 8739798. OLE color: 8739798.

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

Color convert

RGB21491133-
CMYK00.570.380.16
HSL339.51º60%59.8%-
HSV(B)339.51º57.48%83.92%-
XYZ35.7123.4724.84-
YUV132.56128.25186.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 91 (35.94% from 255) = 20.78%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=48.86%
G=20.78%
B=30.37%

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
Decimal2149113300.570.380.16339.516059.8
HexD65B8503926101543c3c
Octal32613320507146205247474
Binary11010110101101110000101011100110011010000101010100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65B85; }

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

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

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

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

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

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

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

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