#D6356A

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

Shades of Cerise #D6356A

Tints of Cerise #D6356A

Color information

#D6356A (or 0xD6356A) is unknown color: approx Cerise. HEX triplet: D6, 35 and 6A. RGB value is (214,53,106). Sum of RGB (Red+Green+Blue) = 214+53+106=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6356A is #29CA95. Grayscale: #6B6B6B. Windows color (decimal): -2738838 or 6960598. OLE color: 6960598.

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

Color convert

RGB21453106-
CMYK00.750.500.16
HSL340.25º66.26%52.35%-
HSV(B)340.25º75.23%83.92%-
XYZ31.6117.8815.42-
YUV107.18127.34204.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.37%
GREEN value IS 53 (21.09% from 255) = 14.21%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=57.37%
G=14.21%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145310600.750.500.16340.2566.2652.35
HexD6356A04B32101544234
Octal326651520113622052410264
Binary11010110110101110101001001011110010100001010101001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6356A; }

 p { color: rgb(214,53,106); }

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

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

 a { background-color: rgb(214,53,106); }

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

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

 span { border-color: rgb(214,53,106); }

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