Html Css Color HEX #D6356D Cerise

📋 copy color: '#D6356D'

red 214 ◦ green 53 ◦ blue 109

#D6356D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #D6356D

Tints of Cerise #D6356D

RGB

 RED value IS 214 (83.98% from 255) = 56.91%

 GREEN value IS 53 (21.09% from 255) = 14.1%

 BLUE value IS 109 (42.97% from 255) = 28.99%

R = 56.91%
G = 14.1%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6356D (or 0xD6356D) is known color: Cerise. HEX triplet: D6, 35 and 6D. RGB value is (214,53,109). Sum of RGB (Red+Green+Blue) = 214+53+109=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6356D is #29CA92. Grayscale: #6B6B6B. Windows color (decimal): -2738835 or 7157206. OLE color: 7157206.

HSL color Cylindrical-coordinate representation of color #D6356D: hue angle of 339.13º 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 #D6356D is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 53 109 -
CMYK 0 0.75 0.49 0.16
HSL 339.13º 0.66% 0.52% -
HSV(B) 339.13º 0.75% 0.84% -
XYZ 31.76 17.95 16.26 -
YUV 107.52 128.84 203.95 -
System Red Green Blue C M Y K H S L
Decimal 214 53 109 0 0.75 0.49 0.16 339.13 0.66 0.52
Hex D6 35 6D 0 4B 31 10 153 42 34
Octal 326 65 155 0 113 61 20 523 102 64
Binary 11010110 110101 1101101 0 1001011 110001 10000 101010011 1000010 110100

Color Harmonies of #D6356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6356D

Black with #D6356D

Text Example


Text Example

White with #D6356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6356D; }

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

 H1.HeaderClassName
 {
   color: #D6356D;
 }
 .AnyTagClassName
 {
   color: #D6356D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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