#D63374

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

Shades of Cerise #D63374

Tints of Cerise #D63374

Color information

#D63374 (or 0xD63374) is unknown color: approx Cerise. HEX triplet: D6, 33 and 74. RGB value is (214,51,116). Sum of RGB (Red+Green+Blue) = 214+51+116=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D63374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63374 is #29CC8B. Grayscale: #6B6B6B. Windows color (decimal): -2739340 or 7615446. OLE color: 7615446.

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

Color convert

RGB21451116-
CMYK00.760.460.16
HSL336.07º66.53%51.96%-
HSV(B)336.07º76.17%83.92%-
XYZ32.0717.9218.29-
YUV107.15133204.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.17%
GREEN value IS 51 (20.31% from 255) = 13.39%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=56.17%
G=13.39%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145111600.760.460.16336.0766.5351.96
HexD6337404C2E101504334
Octal326631640114562052010364
Binary11010110110011111010001001100101110100001010100001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63374; }

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

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

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

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

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

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

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

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