Html Css Color HEX #D43181 Deep Cerise

📋 copy color: '#D43181'

red 212 ◦ green 49 ◦ blue 129

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

Shades of Deep Cerise #D43181

Tints of Deep Cerise #D43181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 54.36%
G = 12.56%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D43181 (or 0xD43181) is known color: Deep Cerise. HEX triplet: D4, 31 and 81. RGB value is (212,49,129). Sum of RGB (Red+Green+Blue) = 212+49+129=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D43181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43181 is #2BCE7E. Grayscale: #6A6A6A. Windows color (decimal): -2870911 or 8466900. OLE color: 8466900.

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

Color convert

RGB 212 49 129 -
CMYK 0 0.77 0.39 0.17
HSL 330.55º 0.65% 0.51% -
HSV(B) 330.55º 0.77% 0.83% -
XYZ 32.21 17.78 22.5 -
YUV 106.86 140.5 203 -
System Red Green Blue C M Y K H S L
Decimal 212 49 129 0 0.77 0.39 0.17 330.55 0.65 0.51
Hex D4 31 81 0 4D 27 11 14B 41 33
Octal 324 61 201 0 115 47 21 513 101 63
Binary 11010100 110001 10000001 0 1001101 100111 10001 101001011 1000001 110011

Color Harmonies of #D43181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43181

Black with #D43181

Text Example


Text Example

White with #D43181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43181; }

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

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

background-color css

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

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

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

border-color css

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

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

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