Html Css Color HEX #D42983 Deep Cerise

📋 copy color: '#D42983'

red 212 ◦ green 41 ◦ blue 131

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

Shades of Deep Cerise #D42983

Tints of Deep Cerise #D42983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 55.21%
G = 10.68%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D42983 (or 0xD42983) is known color: Deep Cerise. HEX triplet: D4, 29 and 83. RGB value is (212,41,131). Sum of RGB (Red+Green+Blue) = 212+41+131=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D42983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42983 is #2BD67C. Grayscale: #666666. Windows color (decimal): -2872957 or 8595924. OLE color: 8595924.

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

Color convert

RGB 212 41 131 -
CMYK 0 0.81 0.38 0.17
HSL 328.42º 0.68% 0.5% -
HSV(B) 328.42º 0.81% 0.83% -
XYZ 32.04 17.22 23.11 -
YUV 102.39 144.15 206.18 -
System Red Green Blue C M Y K H S L
Decimal 212 41 131 0 0.81 0.38 0.17 328.42 0.68 0.5
Hex D4 29 83 0 51 26 11 148 44 32
Octal 324 51 203 0 121 46 21 510 104 62
Binary 11010100 101001 10000011 0 1010001 100110 10001 101001000 1000100 110010

Color Harmonies of #D42983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42983

Black with #D42983

Text Example


Text Example

White with #D42983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42983; }

 p { color: rgb(212,41,131); }

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

background-color css

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

 a { background-color: rgb(212,41,131); }

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

border-color css

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

 span { border-color: rgb(212,41,131); }

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