Html Css Color HEX #D63C5A Cerise

📋 copy color: '#D63C5A'

red 214 ◦ green 60 ◦ blue 90

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

Shades of Cerise #D63C5A

Tints of Cerise #D63C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 58.79%
G = 16.48%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D63C5A (or 0xD63C5A) is known color: Cerise. HEX triplet: D6, 3C and 5A. RGB value is (214,60,90). Sum of RGB (Red+Green+Blue) = 214+60+90=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63C5A is #29C3A5. Grayscale: #6D6D6D. Windows color (decimal): -2737062 or 5913814. OLE color: 5913814.

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

Color convert

RGB 214 60 90 -
CMYK 0 0.72 0.58 0.16
HSL 348.31º 0.65% 0.54% -
HSV(B) 348.31º 0.72% 0.84% -
XYZ 31.19 18.27 11.55 -
YUV 109.47 117.02 202.56 -
System Red Green Blue C M Y K H S L
Decimal 214 60 90 0 0.72 0.58 0.16 348.31 0.65 0.54
Hex D6 3C 5A 0 48 3A 10 15C 41 36
Octal 326 74 132 0 110 72 20 534 101 66
Binary 11010110 111100 1011010 0 1001000 111010 10000 101011100 1000001 110110

Color Harmonies of #D63C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C5A

Black with #D63C5A

Text Example


Text Example

White with #D63C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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