Html Css Color HEX #D63486 Deep Cerise

📋 copy color: '#D63486'

red 214 ◦ green 52 ◦ blue 134

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

Shades of Deep Cerise #D63486

Tints of Deep Cerise #D63486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.5%

R = 53.5%
G = 13%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D63486 (or 0xD63486) is known color: Deep Cerise. HEX triplet: D6, 34 and 86. RGB value is (214,52,134). Sum of RGB (Red+Green+Blue) = 214+52+134=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D63486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63486 is #29CB79. Grayscale: #6D6D6D. Windows color (decimal): -2739066 or 8795350. OLE color: 8795350.

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

Color convert

RGB 214 52 134 -
CMYK 0 0.76 0.37 0.16
HSL 329.63º 0.66% 0.52% -
HSV(B) 329.63º 0.76% 0.84% -
XYZ 33.26 18.47 24.37 -
YUV 109.79 141.67 202.33 -
System Red Green Blue C M Y K H S L
Decimal 214 52 134 0 0.76 0.37 0.16 329.63 0.66 0.52
Hex D6 34 86 0 4C 25 10 14A 42 34
Octal 326 64 206 0 114 45 20 512 102 64
Binary 11010110 110100 10000110 0 1001100 100101 10000 101001010 1000010 110100

Color Harmonies of #D63486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63486

Black with #D63486

Text Example


Text Example

White with #D63486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63486; }

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

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

background-color css

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

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

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

border-color css

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

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

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