Html Css Color HEX #D43184 Deep Cerise

📋 copy color: '#D43184'

red 212 ◦ green 49 ◦ blue 132

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

Shades of Deep Cerise #D43184

Tints of Deep Cerise #D43184

RGB

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

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

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

R = 53.94%
G = 12.47%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D43184 (or 0xD43184) is known color: Deep Cerise. HEX triplet: D4, 31 and 84. RGB value is (212,49,132). Sum of RGB (Red+Green+Blue) = 212+49+132=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D43184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43184 is #2BCE7B. Grayscale: #6B6B6B. Windows color (decimal): -2870908 or 8663508. OLE color: 8663508.

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

Color convert

RGB 212 49 132 -
CMYK 0 0.77 0.38 0.17
HSL 329.45º 0.65% 0.51% -
HSV(B) 329.45º 0.77% 0.83% -
XYZ 32.41 17.86 23.57 -
YUV 107.2 142 202.75 -
System Red Green Blue C M Y K H S L
Decimal 212 49 132 0 0.77 0.38 0.17 329.45 0.65 0.51
Hex D4 31 84 0 4D 26 11 149 41 33
Octal 324 61 204 0 115 46 21 511 101 63
Binary 11010100 110001 10000100 0 1001101 100110 10001 101001001 1000001 110011

Color Harmonies of #D43184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43184

Black with #D43184

Text Example


Text Example

White with #D43184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43184; }

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

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

background-color css

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

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

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

border-color css

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

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

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