Html Css Color HEX #D63A8C Deep Cerise

📋 copy color: '#D63A8C'

red 214 ◦ green 58 ◦ blue 140

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

Shades of Deep Cerise #D63A8C

Tints of Deep Cerise #D63A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 51.94%
G = 14.08%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D63A8C (or 0xD63A8C) is known color: Deep Cerise. HEX triplet: D6, 3A and 8C. RGB value is (214,58,140). Sum of RGB (Red+Green+Blue) = 214+58+140=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63A8C is #29C573. Grayscale: #717171. Windows color (decimal): -2737524 or 9190102. OLE color: 9190102.

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

Color convert

RGB 214 58 140 -
CMYK 0 0.73 0.35 0.16
HSL 328.46º 0.66% 0.53% -
HSV(B) 328.46º 0.73% 0.84% -
XYZ 33.98 19.22 26.73 -
YUV 113.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 214 58 140 0 0.73 0.35 0.16 328.46 0.66 0.53
Hex D6 3A 8C 0 49 23 10 148 42 35
Octal 326 72 214 0 111 43 20 510 102 65
Binary 11010110 111010 10001100 0 1001001 100011 10000 101001000 1000010 110101

Color Harmonies of #D63A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A8C

Black with #D63A8C

Text Example


Text Example

White with #D63A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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