#D65B7A

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

Shades of Cranberry #D65B7A

Tints of Cranberry #D65B7A

Color information

#D65B7A (or 0xD65B7A) is unknown color: approx Cranberry. HEX triplet: D6, 5B and 7A. RGB value is (214,91,122). Sum of RGB (Red+Green+Blue) = 214+91+122=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B7A is #29A485. Grayscale: #838383. Windows color (decimal): -2729094 or 8018902. OLE color: 8018902.

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

Color convert

RGB21491122-
CMYK00.570.430.16
HSL344.88º60%59.8%-
HSV(B)344.88º57.48%83.92%-
XYZ34.9923.1821.04-
YUV131.31122.75186.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.12%
GREEN value IS 91 (35.94% from 255) = 21.31%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=50.12%
G=21.31%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149112200.570.430.16344.886059.8
HexD65B7A0392B101593c3c
Octal32613317207153205317474
Binary1101011010110111111010011100110101110000101011001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65B7A; }

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

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

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

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

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

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

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

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