#D63C74

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

Shades of Cranberry #D63C74

Tints of Cranberry #D63C74

Color information

#D63C74 (or 0xD63C74) is unknown color: approx Cranberry. HEX triplet: D6, 3C and 74. RGB value is (214,60,116). Sum of RGB (Red+Green+Blue) = 214+60+116=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63C74 is #29C38B. Grayscale: #707070. Windows color (decimal): -2737036 or 7617750. OLE color: 7617750.

HSL color Cylindrical-coordinate representation of color #D63C74: hue angle of 338.18º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63C74 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB21460116-
CMYK00.720.460.16
HSL338.18º65.25%53.73%-
HSV(B)338.18º71.96%83.92%-
XYZ32.518.7918.44-
YUV112.43130.02200.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.87%
GREEN value IS 60 (23.83% from 255) = 15.38%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=54.87%
G=15.38%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146011600.720.460.16338.1865.2553.73
HexD63C740482E101524136
Octal326741640110562052210166
Binary11010110111100111010001001000101110100001010100101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63C74; }

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

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

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

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

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

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

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

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