Html Css Color HEX #D63C6D Cerise

📋 copy color: '#D63C6D'

red 214 ◦ green 60 ◦ blue 109

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

Shades of Cerise #D63C6D

Tints of Cerise #D63C6D

RGB

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

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

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

R = 55.87%
G = 15.67%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D63C6D (or 0xD63C6D) is known color: Cerise. HEX triplet: D6, 3C and 6D. RGB value is (214,60,109). Sum of RGB (Red+Green+Blue) = 214+60+109=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63C6D is #29C392. Grayscale: #6F6F6F. Windows color (decimal): -2737043 or 7158998. OLE color: 7158998.

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

Color convert

RGB 214 60 109 -
CMYK 0 0.72 0.49 0.16
HSL 340.91º 0.65% 0.54% -
HSV(B) 340.91º 0.72% 0.84% -
XYZ 32.11 18.63 16.37 -
YUV 111.63 126.52 201.02 -
System Red Green Blue C M Y K H S L
Decimal 214 60 109 0 0.72 0.49 0.16 340.91 0.65 0.54
Hex D6 3C 6D 0 48 31 10 155 41 36
Octal 326 74 155 0 110 61 20 525 101 66
Binary 11010110 111100 1101101 0 1001000 110001 10000 101010101 1000001 110110

Color Harmonies of #D63C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C6D

Black with #D63C6D

Text Example


Text Example

White with #D63C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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