Html Css Color HEX #D43C80 Deep Cerise

📋 copy color: '#D43C80'

red 212 ◦ green 60 ◦ blue 128

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

Shades of Deep Cerise #D43C80

Tints of Deep Cerise #D43C80

RGB

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

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

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

R = 53%
G = 15%
B = 32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D43C80 (or 0xD43C80) is known color: Deep Cerise. HEX triplet: D4, 3C and 80. RGB value is (212,60,128). Sum of RGB (Red+Green+Blue) = 212+60+128=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43C80 is #2BC37F. Grayscale: #717171. Windows color (decimal): -2868096 or 8404180. OLE color: 8404180.

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

Color convert

RGB 212 60 128 -
CMYK 0 0.72 0.40 0.17
HSL 333.16º 0.64% 0.53% -
HSV(B) 333.16º 0.72% 0.83% -
XYZ 32.66 18.79 22.33 -
YUV 113.2 136.36 198.47 -
System Red Green Blue C M Y K H S L
Decimal 212 60 128 0 0.72 0.40 0.17 333.16 0.64 0.53
Hex D4 3C 80 0 48 28 11 14D 40 35
Octal 324 74 200 0 110 50 21 515 100 65
Binary 11010100 111100 10000000 0 1001000 101000 10001 101001101 1000000 110101

Color Harmonies of #D43C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43C80

Black with #D43C80

Text Example


Text Example

White with #D43C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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