Html Css Color HEX #D63C56 Cerise

📋 copy color: '#D63C56'

red 214 ◦ green 60 ◦ blue 86

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

Shades of Cerise #D63C56

Tints of Cerise #D63C56

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.67%

 BLUE value IS 86 (33.98% from 255) = 23.89%

R = 59.44%
G = 16.67%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D63C56 (or 0xD63C56) is known color: Cerise. HEX triplet: D6, 3C and 56. RGB value is (214,60,86). Sum of RGB (Red+Green+Blue) = 214+60+86=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63C56 is #29C3A9. Grayscale: #6D6D6D. Windows color (decimal): -2737066 or 5651670. OLE color: 5651670.

HSL color Cylindrical-coordinate representation of color #D63C56: hue angle of 349.87º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63C56 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 60 86 -
CMYK 0 0.72 0.60 0.16
HSL 349.87º 0.65% 0.54% -
HSV(B) 349.87º 0.72% 0.84% -
XYZ 31.03 18.2 10.68 -
YUV 109.01 115.02 202.89 -
System Red Green Blue C M Y K H S L
Decimal 214 60 86 0 0.72 0.60 0.16 349.87 0.65 0.54
Hex D6 3C 56 0 48 3C 10 15E 41 36
Octal 326 74 126 0 110 74 20 536 101 66
Binary 11010110 111100 1010110 0 1001000 111100 10000 101011110 1000001 110110

Color Harmonies of #D63C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C56

Black with #D63C56

Text Example


Text Example

White with #D63C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C56; }

 p { color: rgb(214,60,86); }

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

background-color css

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

 a { background-color: rgb(214,60,86); }

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

border-color css

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

 span { border-color: rgb(214,60,86); }

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