#D65474

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

Shades of Cranberry #D65474

Tints of Cranberry #D65474

Color information

#D65474 (or 0xD65474) is unknown color: approx Cranberry. HEX triplet: D6, 54 and 74. RGB value is (214,84,116). Sum of RGB (Red+Green+Blue) = 214+84+116=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D65474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65474 is #29AB8B. Grayscale: #7E7E7E. Windows color (decimal): -2730892 or 7623894. OLE color: 7623894.

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

Color convert

RGB21484116-
CMYK00.610.460.16
HSL345.23º61.32%58.43%-
HSV(B)345.23º60.75%83.92%-
XYZ34.0521.918.95-
YUV126.52122.07190.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.69%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=51.69%
G=20.29%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148411600.610.460.16345.2361.3258.43
HexD6547403D2E101593d3a
Octal32612416407556205317572
Binary1101011010101001110100011110110111010000101011001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65474; }

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

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

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

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

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

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

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

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