#D65B82

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

Shades of Cranberry #D65B82

Tints of Cranberry #D65B82

Color information

#D65B82 (or 0xD65B82) is unknown color: approx Cranberry. HEX triplet: D6, 5B and 82. RGB value is (214,91,130). Sum of RGB (Red+Green+Blue) = 214+91+130=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65B82 is #29A47D. Grayscale: #848484. Windows color (decimal): -2729086 or 8543190. OLE color: 8543190.

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

Color convert

RGB21491130-
CMYK00.570.390.16
HSL340.98º60%59.8%-
HSV(B)340.98º57.48%83.92%-
XYZ35.523.3923.76-
YUV132.22126.75186.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 91 (35.94% from 255) = 20.92%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=49.20%
G=20.92%
B=29.89%

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
Decimal2149113000.570.390.16340.986059.8
HexD65B8203927101553c3c
Octal32613320207147205257474
Binary11010110101101110000010011100110011110000101010101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65B82; }

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

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

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

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

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

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

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

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