Html Css Color HEX #D63A80 Deep Cerise

📋 copy color: '#D63A80'

red 214 ◦ green 58 ◦ blue 128

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

Shades of Deep Cerise #D63A80

Tints of Deep Cerise #D63A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32%

R = 53.5%
G = 14.5%
B = 32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D63A80 (or 0xD63A80) is known color: Deep Cerise. HEX triplet: D6, 3A and 80. RGB value is (214,58,128). Sum of RGB (Red+Green+Blue) = 214+58+128=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63A80 is #29C57F. Grayscale: #707070. Windows color (decimal): -2737536 or 8403670. OLE color: 8403670.

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

Color convert

RGB 214 58 128 -
CMYK 0 0.73 0.40 0.16
HSL 333.08º 0.66% 0.53% -
HSV(B) 333.08º 0.73% 0.84% -
XYZ 33.14 18.88 22.32 -
YUV 112.62 136.68 200.31 -
System Red Green Blue C M Y K H S L
Decimal 214 58 128 0 0.73 0.40 0.16 333.08 0.66 0.53
Hex D6 3A 80 0 49 28 10 14D 42 35
Octal 326 72 200 0 111 50 20 515 102 65
Binary 11010110 111010 10000000 0 1001001 101000 10000 101001101 1000010 110101

Color Harmonies of #D63A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A80

Black with #D63A80

Text Example


Text Example

White with #D63A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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