Html Css Color HEX #D63C71 Cerise

📋 copy color: '#D63C71'

red 214 ◦ green 60 ◦ blue 113

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

Shades of Cerise #D63C71

Tints of Cerise #D63C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 55.3%
G = 15.5%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D63C71 (or 0xD63C71) is known color: Cerise. HEX triplet: D6, 3C and 71. RGB value is (214,60,113). Sum of RGB (Red+Green+Blue) = 214+60+113=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63C71 is #29C38E. Grayscale: #707070. Windows color (decimal): -2737039 or 7421142. OLE color: 7421142.

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

Color convert

RGB 214 60 113 -
CMYK 0 0.72 0.47 0.16
HSL 339.35º 0.65% 0.54% -
HSV(B) 339.35º 0.72% 0.84% -
XYZ 32.33 18.72 17.53 -
YUV 112.09 128.52 200.69 -
System Red Green Blue C M Y K H S L
Decimal 214 60 113 0 0.72 0.47 0.16 339.35 0.65 0.54
Hex D6 3C 71 0 48 2F 10 153 41 36
Octal 326 74 161 0 110 57 20 523 101 66
Binary 11010110 111100 1110001 0 1001000 101111 10000 101010011 1000001 110110

Color Harmonies of #D63C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C71

Black with #D63C71

Text Example


Text Example

White with #D63C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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