Html Css Color HEX #D43191 Deep Cerise

📋 copy color: '#D43191'

red 212 ◦ green 49 ◦ blue 145

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

Shades of Deep Cerise #D43191

Tints of Deep Cerise #D43191

RGB

 RED value IS 212 (83.2% from 255) = 52.22%

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

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

R = 52.22%
G = 12.07%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D43191 (or 0xD43191) is known color: Deep Cerise. HEX triplet: D4, 31 and 91. RGB value is (212,49,145). Sum of RGB (Red+Green+Blue) = 212+49+145=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D43191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43191 is #2BCE6E. Grayscale: #6C6C6C. Windows color (decimal): -2870895 or 9515476. OLE color: 9515476.

HSL color Cylindrical-coordinate representation of color #D43191: hue angle of 324.66º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43191 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 49 145 -
CMYK 0 0.77 0.32 0.17
HSL 324.66º 0.65% 0.51% -
HSV(B) 324.66º 0.77% 0.83% -
XYZ 33.36 18.24 28.55 -
YUV 108.68 148.5 201.69 -
System Red Green Blue C M Y K H S L
Decimal 212 49 145 0 0.77 0.32 0.17 324.66 0.65 0.51
Hex D4 31 91 0 4D 20 11 145 41 33
Octal 324 61 221 0 115 40 21 505 101 63
Binary 11010100 110001 10010001 0 1001101 100000 10001 101000101 1000001 110011

Color Harmonies of #D43191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43191

Black with #D43191

Text Example


Text Example

White with #D43191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43191; }

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

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

background-color css

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

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

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

border-color css

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

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

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