Html Css Color HEX #D63186 Deep Cerise

📋 copy color: '#D63186'

red 214 ◦ green 49 ◦ blue 134

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

Shades of Deep Cerise #D63186

Tints of Deep Cerise #D63186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.34%

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

R = 53.9%
G = 12.34%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D63186 (or 0xD63186) is known color: Deep Cerise. HEX triplet: D6, 31 and 86. RGB value is (214,49,134). Sum of RGB (Red+Green+Blue) = 214+49+134=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D63186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63186 is #29CE79. Grayscale: #6B6B6B. Windows color (decimal): -2739834 or 8794582. OLE color: 8794582.

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

Color convert

RGB 214 49 134 -
CMYK 0 0.77 0.37 0.16
HSL 329.09º 0.67% 0.52% -
HSV(B) 329.09º 0.77% 0.84% -
XYZ 33.13 18.21 24.32 -
YUV 108.03 142.66 203.59 -
System Red Green Blue C M Y K H S L
Decimal 214 49 134 0 0.77 0.37 0.16 329.09 0.67 0.52
Hex D6 31 86 0 4D 25 10 149 43 34
Octal 326 61 206 0 115 45 20 511 103 64
Binary 11010110 110001 10000110 0 1001101 100101 10000 101001001 1000011 110100

Color Harmonies of #D63186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63186

Black with #D63186

Text Example


Text Example

White with #D63186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63186; }

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

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

background-color css

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

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

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

border-color css

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

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

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