Html Css Color HEX #D42182 Deep Cerise

📋 copy color: '#D42182'

red 212 ◦ green 33 ◦ blue 130

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

Shades of Deep Cerise #D42182

Tints of Deep Cerise #D42182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.8%

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 56.53%
G = 8.8%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D42182 (or 0xD42182) is known color: Deep Cerise. HEX triplet: D4, 21 and 82. RGB value is (212,33,130). Sum of RGB (Red+Green+Blue) = 212+33+130=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D42182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42182 is #2BDE7D. Grayscale: #616161. Windows color (decimal): -2875006 or 8528340. OLE color: 8528340.

HSL color Cylindrical-coordinate representation of color #D42182: hue angle of 327.49º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42182 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 33 130 -
CMYK 0 0.84 0.39 0.17
HSL 327.49º 0.73% 0.48% -
HSV(B) 327.49º 0.84% 0.83% -
XYZ 31.72 16.7 22.67 -
YUV 97.58 146.3 209.61 -
System Red Green Blue C M Y K H S L
Decimal 212 33 130 0 0.84 0.39 0.17 327.49 0.73 0.48
Hex D4 21 82 0 54 27 11 147 49 30
Octal 324 41 202 0 124 47 21 507 111 60
Binary 11010100 100001 10000010 0 1010100 100111 10001 101000111 1001001 110000

Color Harmonies of #D42182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42182

Black with #D42182

Text Example


Text Example

White with #D42182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42182; }

 p { color: rgb(212,33,130); }

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

background-color css

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

 a { background-color: rgb(212,33,130); }

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

border-color css

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

 span { border-color: rgb(212,33,130); }

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