Html Css Color HEX #D63A8F Deep Cerise

📋 copy color: '#D63A8F'

red 214 ◦ green 58 ◦ blue 143

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

Shades of Deep Cerise #D63A8F

Tints of Deep Cerise #D63A8F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.98%

 BLUE value IS 143 (56.25% from 255) = 34.46%

R = 51.57%
G = 13.98%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D63A8F (or 0xD63A8F) is known color: Deep Cerise. HEX triplet: D6, 3A and 8F. RGB value is (214,58,143). Sum of RGB (Red+Green+Blue) = 214+58+143=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63A8F is #29C570. Grayscale: #727272. Windows color (decimal): -2737521 or 9386710. OLE color: 9386710.

HSL color Cylindrical-coordinate representation of color #D63A8F: hue angle of 327.31º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63A8F is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 58 143 -
CMYK 0 0.73 0.33 0.16
HSL 327.31º 0.66% 0.53% -
HSV(B) 327.31º 0.73% 0.84% -
XYZ 34.2 19.31 27.91 -
YUV 114.33 144.18 199.09 -
System Red Green Blue C M Y K H S L
Decimal 214 58 143 0 0.73 0.33 0.16 327.31 0.66 0.53
Hex D6 3A 8F 0 49 21 10 147 42 35
Octal 326 72 217 0 111 41 20 507 102 65
Binary 11010110 111010 10001111 0 1001001 100001 10000 101000111 1000010 110101

Color Harmonies of #D63A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A8F

Black with #D63A8F

Text Example


Text Example

White with #D63A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A8F; }

 p { color: rgb(214,58,143); }

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

background-color css

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

 a { background-color: rgb(214,58,143); }

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

border-color css

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

 span { border-color: rgb(214,58,143); }

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