#D65478

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

Shades of Cranberry #D65478

Tints of Cranberry #D65478

Color information

#D65478 (or 0xD65478) is unknown color: approx Cranberry. HEX triplet: D6, 54 and 78. RGB value is (214,84,120). Sum of RGB (Red+Green+Blue) = 214+84+120=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D65478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65478 is #29AB87. Grayscale: #7E7E7E. Windows color (decimal): -2730888 or 7886038. OLE color: 7886038.

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

Color convert

RGB21484120-
CMYK00.610.440.16
HSL343.38º61.32%58.43%-
HSV(B)343.38º60.75%83.92%-
XYZ34.2921.9920.21-
YUV126.97124.07190.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.20%
GREEN value IS 84 (33.20% from 255) = 20.10%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=51.20%
G=20.10%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148412000.610.440.16343.3861.3258.43
HexD6547803D2C101573d3a
Octal32612417007554205277572
Binary1101011010101001111000011110110110010000101010111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65478; }

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

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

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

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

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

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

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

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