Html Css Color HEX #D63F8E Deep Cerise

📋 copy color: '#D63F8E'

red 214 ◦ green 63 ◦ blue 142

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

Shades of Deep Cerise #D63F8E

Tints of Deep Cerise #D63F8E

RGB

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

 GREEN value IS 63 (25% from 255) = 15.04%

 BLUE value IS 142 (55.86% from 255) = 33.89%

R = 51.07%
G = 15.04%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D63F8E (or 0xD63F8E) is known color: Deep Cerise. HEX triplet: D6, 3F and 8E. RGB value is (214,63,142). Sum of RGB (Red+Green+Blue) = 214+63+142=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63F8E is #29C071. Grayscale: #747474. Windows color (decimal): -2736242 or 9322454. OLE color: 9322454.

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

Color convert

RGB 214 63 142 -
CMYK 0 0.71 0.34 0.16
HSL 328.61º 0.65% 0.54% -
HSV(B) 328.61º 0.71% 0.84% -
XYZ 34.39 19.8 27.6 -
YUV 117.16 142.03 197.08 -
System Red Green Blue C M Y K H S L
Decimal 214 63 142 0 0.71 0.34 0.16 328.61 0.65 0.54
Hex D6 3F 8E 0 47 22 10 149 41 36
Octal 326 77 216 0 107 42 20 511 101 66
Binary 11010110 111111 10001110 0 1000111 100010 10000 101001001 1000001 110110

Color Harmonies of #D63F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F8E

Black with #D63F8E

Text Example


Text Example

White with #D63F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F8E; }

 p { color: rgb(214,63,142); }

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

background-color css

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

 a { background-color: rgb(214,63,142); }

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

border-color css

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

 span { border-color: rgb(214,63,142); }

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