Html Css Color HEX #D43180 Deep Cerise

📋 copy color: '#D43180'

red 212 ◦ green 49 ◦ blue 128

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

Shades of Deep Cerise #D43180

Tints of Deep Cerise #D43180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 54.5%
G = 12.6%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D43180 (or 0xD43180) is known color: Deep Cerise. HEX triplet: D4, 31 and 80. RGB value is (212,49,128). Sum of RGB (Red+Green+Blue) = 212+49+128=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D43180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43180 is #2BCE7F. Grayscale: #6A6A6A. Windows color (decimal): -2870912 or 8401364. OLE color: 8401364.

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

Color convert

RGB 212 49 128 -
CMYK 0 0.77 0.40 0.17
HSL 330.92º 0.65% 0.51% -
HSV(B) 330.92º 0.77% 0.83% -
XYZ 32.15 17.75 22.15 -
YUV 106.74 140 203.08 -
System Red Green Blue C M Y K H S L
Decimal 212 49 128 0 0.77 0.40 0.17 330.92 0.65 0.51
Hex D4 31 80 0 4D 28 11 14B 41 33
Octal 324 61 200 0 115 50 21 513 101 63
Binary 11010100 110001 10000000 0 1001101 101000 10001 101001011 1000001 110011

Color Harmonies of #D43180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43180

Black with #D43180

Text Example


Text Example

White with #D43180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43180; }

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

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

background-color css

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

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

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

border-color css

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

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

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