#D6365C

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

Shades of Cerise #D6365C

Tints of Cerise #D6365C

Color information

#D6365C (or 0xD6365C) is unknown color: approx Cerise. HEX triplet: D6, 36 and 5C. RGB value is (214,54,92). Sum of RGB (Red+Green+Blue) = 214+54+92=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6365C is #29C9A3. Grayscale: #6A6A6A. Windows color (decimal): -2738596 or 6043350. OLE color: 6043350.

HSL color Cylindrical-coordinate representation of color #D6365C: hue angle of 345.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6365C is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB2145492-
CMYK00.750.570.16
HSL345.75º66.12%52.55%-
HSV(B)345.75º74.77%83.92%-
XYZ30.9817.7111.91-
YUV106.17120.01204.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.44%
GREEN value IS 54 (21.48% from 255) = 15%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=59.44%
G=15%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214549200.750.570.16345.7566.1252.55
HexD6365C04B391015a4235
Octal326661340113712053210265
Binary11010110110110101110001001011111001100001010110101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6365C; }

 p { color: rgb(214,54,92); }

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

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

 a { background-color: rgb(214,54,92); }

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

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

 span { border-color: rgb(214,54,92); }

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