Html Css Color HEX #D42880 Deep Cerise

📋 copy color: '#D42880'

red 212 ◦ green 40 ◦ blue 128

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

Shades of Deep Cerise #D42880

Tints of Deep Cerise #D42880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.53%

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

R = 55.79%
G = 10.53%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D42880 (or 0xD42880) is known color: Deep Cerise. HEX triplet: D4, 28 and 80. RGB value is (212,40,128). Sum of RGB (Red+Green+Blue) = 212+40+128=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D42880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42880 is #2BD77F. Grayscale: #656565. Windows color (decimal): -2873216 or 8399060. OLE color: 8399060.

HSL color Cylindrical-coordinate representation of color #D42880: hue angle of 329.3º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42880 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 128 -
CMYK 0 0.81 0.40 0.17
HSL 329.3º 0.68% 0.49% -
HSV(B) 329.3º 0.81% 0.83% -
XYZ 31.81 17.07 22.04 -
YUV 101.46 142.98 206.84 -
System Red Green Blue C M Y K H S L
Decimal 212 40 128 0 0.81 0.40 0.17 329.3 0.68 0.49
Hex D4 28 80 0 51 28 11 149 44 31
Octal 324 50 200 0 121 50 21 511 104 61
Binary 11010100 101000 10000000 0 1010001 101000 10001 101001001 1000100 110001

Color Harmonies of #D42880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42880

Black with #D42880

Text Example


Text Example

White with #D42880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42880; }

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

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

background-color css

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

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

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

border-color css

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

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

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