Html Css Color HEX #D63191 Deep Cerise

📋 copy color: '#D63191'

red 214 ◦ green 49 ◦ blue 145

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

Shades of Deep Cerise #D63191

Tints of Deep Cerise #D63191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.54%

R = 52.45%
G = 12.01%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D63191 (or 0xD63191) is known color: Deep Cerise. HEX triplet: D6, 31 and 91. RGB value is (214,49,145). Sum of RGB (Red+Green+Blue) = 214+49+145=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D63191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63191 is #29CE6E. Grayscale: #6D6D6D. Windows color (decimal): -2739823 or 9515478. OLE color: 9515478.

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

Color convert

RGB 214 49 145 -
CMYK 0 0.77 0.32 0.16
HSL 325.09º 0.67% 0.52% -
HSV(B) 325.09º 0.77% 0.84% -
XYZ 33.94 18.54 28.58 -
YUV 109.28 148.16 202.69 -
System Red Green Blue C M Y K H S L
Decimal 214 49 145 0 0.77 0.32 0.16 325.09 0.67 0.52
Hex D6 31 91 0 4D 20 10 145 43 34
Octal 326 61 221 0 115 40 20 505 103 64
Binary 11010110 110001 10010001 0 1001101 100000 10000 101000101 1000011 110100

Color Harmonies of #D63191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63191

Black with #D63191

Text Example


Text Example

White with #D63191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63191; }

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

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

background-color css

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

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

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

border-color css

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

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

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