Html Css Color HEX #D42282 Deep Cerise

📋 copy color: '#D42282'

red 212 ◦ green 34 ◦ blue 130

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

Shades of Deep Cerise #D42282

Tints of Deep Cerise #D42282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.04%

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

R = 56.38%
G = 9.04%
B = 34.57%

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

#D42282 (or 0xD42282) is known color: Deep Cerise. HEX triplet: D4, 22 and 82. RGB value is (212,34,130). Sum of RGB (Red+Green+Blue) = 212+34+130=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D42282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42282 is #2BDD7D. Grayscale: #616161. Windows color (decimal): -2874750 or 8528596. OLE color: 8528596.

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

Color convert

RGB 212 34 130 -
CMYK 0 0.84 0.39 0.17
HSL 327.64º 0.72% 0.48% -
HSV(B) 327.64º 0.84% 0.83% -
XYZ 31.75 16.75 22.68 -
YUV 98.17 145.97 209.19 -
System Red Green Blue C M Y K H S L
Decimal 212 34 130 0 0.84 0.39 0.17 327.64 0.72 0.48
Hex D4 22 82 0 54 27 11 148 48 30
Octal 324 42 202 0 124 47 21 510 110 60
Binary 11010100 100010 10000010 0 1010100 100111 10001 101001000 1001000 110000

Color Harmonies of #D42282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42282

Black with #D42282

Text Example


Text Example

White with #D42282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42282; }

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

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

background-color css

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

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

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

border-color css

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

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

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