Html Css Color HEX #D43C90 Deep Cerise

📋 copy color: '#D43C90'

red 212 ◦ green 60 ◦ blue 144

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

Shades of Deep Cerise #D43C90

Tints of Deep Cerise #D43C90

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.42%

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 50.96%
G = 14.42%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D43C90 (or 0xD43C90) is known color: Deep Cerise. HEX triplet: D4, 3C and 90. RGB value is (212,60,144). Sum of RGB (Red+Green+Blue) = 212+60+144=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43C90 is #2BC36F. Grayscale: #727272. Windows color (decimal): -2868080 or 9452756. OLE color: 9452756.

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

Color convert

RGB 212 60 144 -
CMYK 0 0.72 0.32 0.17
HSL 326.84º 0.64% 0.53% -
HSV(B) 326.84º 0.72% 0.83% -
XYZ 33.8 19.24 28.32 -
YUV 115.02 144.36 197.17 -
System Red Green Blue C M Y K H S L
Decimal 212 60 144 0 0.72 0.32 0.17 326.84 0.64 0.53
Hex D4 3C 90 0 48 20 11 147 40 35
Octal 324 74 220 0 110 40 21 507 100 65
Binary 11010100 111100 10010000 0 1001000 100000 10001 101000111 1000000 110101

Color Harmonies of #D43C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43C90

Black with #D43C90

Text Example


Text Example

White with #D43C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43C90; }

 p { color: rgb(212,60,144); }

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

background-color css

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

 a { background-color: rgb(212,60,144); }

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

border-color css

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

 span { border-color: rgb(212,60,144); }

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