#D65B83

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

Shades of Cranberry #D65B83

Tints of Cranberry #D65B83

Color information

#D65B83 (or 0xD65B83) is unknown color: approx Cranberry. HEX triplet: D6, 5B and 83. RGB value is (214,91,131). Sum of RGB (Red+Green+Blue) = 214+91+131=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65B83 is #29A47C. Grayscale: #848484. Windows color (decimal): -2729085 or 8608726. OLE color: 8608726.

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

Color convert

RGB21491131-
CMYK00.570.390.16
HSL340.49º60%59.8%-
HSV(B)340.49º57.48%83.92%-
XYZ35.5723.4224.12-
YUV132.34127.25186.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 131 (51.56% from 255) = 30.05%
R=49.08%
G=20.87%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149113100.570.390.16340.496059.8
HexD65B8303927101543c3c
Octal32613320307147205247474
Binary11010110101101110000011011100110011110000101010100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65B83; }

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

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

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

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

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

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

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

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