#D63468

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

Shades of Cerise #D63468

Tints of Cerise #D63468

Color information

#D63468 (or 0xD63468) is unknown color: approx Cerise. HEX triplet: D6, 34 and 68. RGB value is (214,52,104). Sum of RGB (Red+Green+Blue) = 214+52+104=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D63468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63468 is #29CB97. Grayscale: #6A6A6A. Windows color (decimal): -2739096 or 6829270. OLE color: 6829270.

HSL color Cylindrical-coordinate representation of color #D63468: hue angle of 340.74º degrees, saturation: 0.66, 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 #D63468 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB21452104-
CMYK00.760.510.16
HSL340.74º66.39%52.16%-
HSV(B)340.74º75.7%83.92%-
XYZ31.4617.7514.87-
YUV106.37126.67204.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.84%
GREEN value IS 52 (20.70% from 255) = 14.05%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=57.84%
G=14.05%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145210400.760.510.16340.7466.3952.16
HexD6346804C33101554234
Octal326641500114632052510264
Binary11010110110100110100001001100110011100001010101011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63468; }

 p { color: rgb(214,52,104); }

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

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

 a { background-color: rgb(214,52,104); }

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

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

 span { border-color: rgb(214,52,104); }

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