Html Css Color HEX #D63A81 Deep Cerise

📋 copy color: '#D63A81'

red 214 ◦ green 58 ◦ blue 129

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

Shades of Deep Cerise #D63A81

Tints of Deep Cerise #D63A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 53.37%
G = 14.46%
B = 32.17%

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

#D63A81 (or 0xD63A81) is known color: Deep Cerise. HEX triplet: D6, 3A and 81. RGB value is (214,58,129). Sum of RGB (Red+Green+Blue) = 214+58+129=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63A81 is #29C57E. Grayscale: #707070. Windows color (decimal): -2737535 or 8469206. OLE color: 8469206.

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

Color convert

RGB 214 58 129 -
CMYK 0 0.73 0.40 0.16
HSL 332.69º 0.66% 0.53% -
HSV(B) 332.69º 0.73% 0.84% -
XYZ 33.21 18.91 22.67 -
YUV 112.74 137.18 200.23 -
System Red Green Blue C M Y K H S L
Decimal 214 58 129 0 0.73 0.40 0.16 332.69 0.66 0.53
Hex D6 3A 81 0 49 28 10 14D 42 35
Octal 326 72 201 0 111 50 20 515 102 65
Binary 11010110 111010 10000001 0 1001001 101000 10000 101001101 1000010 110101

Color Harmonies of #D63A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A81

Black with #D63A81

Text Example


Text Example

White with #D63A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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