Html Css Color HEX #D63F8D Deep Cerise

📋 copy color: '#D63F8D'

red 214 ◦ green 63 ◦ blue 141

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

Shades of Deep Cerise #D63F8D

Tints of Deep Cerise #D63F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 51.2%
G = 15.07%
B = 33.73%

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

#D63F8D (or 0xD63F8D) is known color: Deep Cerise. HEX triplet: D6, 3F and 8D. RGB value is (214,63,141). Sum of RGB (Red+Green+Blue) = 214+63+141=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63F8D is #29C072. Grayscale: #747474. Windows color (decimal): -2736243 or 9256918. OLE color: 9256918.

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

Color convert

RGB 214 63 141 -
CMYK 0 0.71 0.34 0.16
HSL 329.01º 0.65% 0.54% -
HSV(B) 329.01º 0.71% 0.84% -
XYZ 34.32 19.77 27.21 -
YUV 117.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 214 63 141 0 0.71 0.34 0.16 329.01 0.65 0.54
Hex D6 3F 8D 0 47 22 10 149 41 36
Octal 326 77 215 0 107 42 20 511 101 66
Binary 11010110 111111 10001101 0 1000111 100010 10000 101001001 1000001 110110

Color Harmonies of #D63F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F8D

Black with #D63F8D

Text Example


Text Example

White with #D63F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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