Html Css Color HEX #D63391 Deep Cerise

📋 copy color: '#D63391'

red 214 ◦ green 51 ◦ blue 145

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

Shades of Deep Cerise #D63391

Tints of Deep Cerise #D63391

RGB

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

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

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

R = 52.2%
G = 12.44%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D63391 (or 0xD63391) is known color: Deep Cerise. HEX triplet: D6, 33 and 91. RGB value is (214,51,145). Sum of RGB (Red+Green+Blue) = 214+51+145=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D63391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63391 is #29CC6E. Grayscale: #6E6E6E. Windows color (decimal): -2739311 or 9515990. OLE color: 9515990.

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

Color convert

RGB 214 51 145 -
CMYK 0 0.76 0.32 0.16
HSL 325.4º 0.67% 0.52% -
HSV(B) 325.4º 0.76% 0.84% -
XYZ 34.03 18.71 28.61 -
YUV 110.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 214 51 145 0 0.76 0.32 0.16 325.4 0.67 0.52
Hex D6 33 91 0 4C 20 10 145 43 34
Octal 326 63 221 0 114 40 20 505 103 64
Binary 11010110 110011 10010001 0 1001100 100000 10000 101000101 1000011 110100

Color Harmonies of #D63391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63391

Black with #D63391

Text Example


Text Example

White with #D63391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63391; }

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

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

background-color css

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

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

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

border-color css

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

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

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