Html Css Color HEX #D63386 Deep Cerise

📋 copy color: '#D63386'

red 214 ◦ green 51 ◦ blue 134

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

Shades of Deep Cerise #D63386

Tints of Deep Cerise #D63386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.78%

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

R = 53.63%
G = 12.78%
B = 33.58%

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

#D63386 (or 0xD63386) is known color: Deep Cerise. HEX triplet: D6, 33 and 86. RGB value is (214,51,134). Sum of RGB (Red+Green+Blue) = 214+51+134=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D63386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63386 is #29CC79. Grayscale: #6D6D6D. Windows color (decimal): -2739322 or 8795094. OLE color: 8795094.

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

Color convert

RGB 214 51 134 -
CMYK 0 0.76 0.37 0.16
HSL 329.45º 0.67% 0.52% -
HSV(B) 329.45º 0.76% 0.84% -
XYZ 33.22 18.39 24.35 -
YUV 109.2 142 202.75 -
System Red Green Blue C M Y K H S L
Decimal 214 51 134 0 0.76 0.37 0.16 329.45 0.67 0.52
Hex D6 33 86 0 4C 25 10 149 43 34
Octal 326 63 206 0 114 45 20 511 103 64
Binary 11010110 110011 10000110 0 1001100 100101 10000 101001001 1000011 110100

Color Harmonies of #D63386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63386

Black with #D63386

Text Example


Text Example

White with #D63386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63386; }

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

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

background-color css

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

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

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

border-color css

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

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

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