Html Css Color HEX #D63184 Deep Cerise

📋 copy color: '#D63184'

red 214 ◦ green 49 ◦ blue 132

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

Shades of Deep Cerise #D63184

Tints of Deep Cerise #D63184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 54.18%
G = 12.41%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D63184 (or 0xD63184) is known color: Deep Cerise. HEX triplet: D6, 31 and 84. RGB value is (214,49,132). Sum of RGB (Red+Green+Blue) = 214+49+132=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D63184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63184 is #29CE7B. Grayscale: #6B6B6B. Windows color (decimal): -2739836 or 8663510. OLE color: 8663510.

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

Color convert

RGB 214 49 132 -
CMYK 0 0.77 0.38 0.16
HSL 329.82º 0.67% 0.52% -
HSV(B) 329.82º 0.77% 0.84% -
XYZ 32.99 18.16 23.6 -
YUV 107.8 141.66 203.75 -
System Red Green Blue C M Y K H S L
Decimal 214 49 132 0 0.77 0.38 0.16 329.82 0.67 0.52
Hex D6 31 84 0 4D 26 10 14A 43 34
Octal 326 61 204 0 115 46 20 512 103 64
Binary 11010110 110001 10000100 0 1001101 100110 10000 101001010 1000011 110100

Color Harmonies of #D63184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63184

Black with #D63184

Text Example


Text Example

White with #D63184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63184; }

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

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

background-color css

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

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

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

border-color css

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

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

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