Html Css Color HEX #D63C55 Cerise

📋 copy color: '#D63C55'

red 214 ◦ green 60 ◦ blue 85

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

Shades of Cerise #D63C55

Tints of Cerise #D63C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 59.61%
G = 16.71%
B = 23.68%

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

#D63C55 (or 0xD63C55) is known color: Cerise. HEX triplet: D6, 3C and 55. RGB value is (214,60,85). Sum of RGB (Red+Green+Blue) = 214+60+85=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63C55 is #29C3AA. Grayscale: #6C6C6C. Windows color (decimal): -2737067 or 5586134. OLE color: 5586134.

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

Color convert

RGB 214 60 85 -
CMYK 0 0.72 0.60 0.16
HSL 350.26º 0.65% 0.54% -
HSV(B) 350.26º 0.72% 0.84% -
XYZ 30.99 18.18 10.47 -
YUV 108.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 214 60 85 0 0.72 0.60 0.16 350.26 0.65 0.54
Hex D6 3C 55 0 48 3C 10 15E 41 36
Octal 326 74 125 0 110 74 20 536 101 66
Binary 11010110 111100 1010101 0 1001000 111100 10000 101011110 1000001 110110

Color Harmonies of #D63C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C55

Black with #D63C55

Text Example


Text Example

White with #D63C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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