#D65480

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

Shades of Cranberry #D65480

Tints of Cranberry #D65480

Color information

#D65480 (or 0xD65480) is unknown color: approx Cranberry. HEX triplet: D6, 54 and 80. RGB value is (214,84,128). Sum of RGB (Red+Green+Blue) = 214+84+128=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D65480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65480 is #29AB7F. Grayscale: #7F7F7F. Windows color (decimal): -2730880 or 8410326. OLE color: 8410326.

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

Color convert

RGB21484128-
CMYK00.610.400.16
HSL339.69º61.32%58.43%-
HSV(B)339.69º60.75%83.92%-
XYZ34.822.222.87-
YUV127.89128.07189.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.23%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=50.23%
G=19.72%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148412800.610.400.16339.6961.3258.43
HexD6548003D28101543d3a
Octal32612420007550205247572
Binary11010110101010010000000011110110100010000101010100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65480; }

 p { color: rgb(214,84,128); }

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

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

 a { background-color: rgb(214,84,128); }

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

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

 span { border-color: rgb(214,84,128); }

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