Html Css Color HEX #D63481 Deep Cerise

📋 copy color: '#D63481'

red 214 ◦ green 52 ◦ blue 129

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

Shades of Deep Cerise #D63481

Tints of Deep Cerise #D63481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.16%

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

R = 54.18%
G = 13.16%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D63481 (or 0xD63481) is known color: Deep Cerise. HEX triplet: D6, 34 and 81. RGB value is (214,52,129). Sum of RGB (Red+Green+Blue) = 214+52+129=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D63481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63481 is #29CB7E. Grayscale: #6D6D6D. Windows color (decimal): -2739071 or 8467670. OLE color: 8467670.

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

Color convert

RGB 214 52 129 -
CMYK 0 0.76 0.40 0.16
HSL 331.48º 0.66% 0.52% -
HSV(B) 331.48º 0.76% 0.84% -
XYZ 32.92 18.34 22.57 -
YUV 109.22 139.17 202.74 -
System Red Green Blue C M Y K H S L
Decimal 214 52 129 0 0.76 0.40 0.16 331.48 0.66 0.52
Hex D6 34 81 0 4C 28 10 14B 42 34
Octal 326 64 201 0 114 50 20 513 102 64
Binary 11010110 110100 10000001 0 1001100 101000 10000 101001011 1000010 110100

Color Harmonies of #D63481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63481

Black with #D63481

Text Example


Text Example

White with #D63481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63481; }

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

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

background-color css

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

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

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

border-color css

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

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

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