Html Css Color HEX #D63196 Deep Cerise

📋 copy color: '#D63196'

red 214 ◦ green 49 ◦ blue 150

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

Shades of Deep Cerise #D63196

Tints of Deep Cerise #D63196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 51.82%
G = 11.86%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D63196 (or 0xD63196) is known color: Deep Cerise. HEX triplet: D6, 31 and 96. RGB value is (214,49,150). Sum of RGB (Red+Green+Blue) = 214+49+150=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D63196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63196 is #29CE69. Grayscale: #6D6D6D. Windows color (decimal): -2739818 or 9843158. OLE color: 9843158.

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

Color convert

RGB 214 49 150 -
CMYK 0 0.77 0.30 0.16
HSL 323.27º 0.67% 0.52% -
HSV(B) 323.27º 0.77% 0.84% -
XYZ 34.33 18.69 30.65 -
YUV 109.85 150.66 202.29 -
System Red Green Blue C M Y K H S L
Decimal 214 49 150 0 0.77 0.30 0.16 323.27 0.67 0.52
Hex D6 31 96 0 4D 1E 10 143 43 34
Octal 326 61 226 0 115 36 20 503 103 64
Binary 11010110 110001 10010110 0 1001101 11110 10000 101000011 1000011 110100

Color Harmonies of #D63196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63196

Black with #D63196

Text Example


Text Example

White with #D63196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63196; }

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

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

background-color css

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

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

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

border-color css

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

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

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