Html Css Color HEX #D42883 Deep Cerise

📋 copy color: '#D42883'

red 212 ◦ green 40 ◦ blue 131

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

Shades of Deep Cerise #D42883

Tints of Deep Cerise #D42883

RGB

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

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

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

R = 55.35%
G = 10.44%
B = 34.2%

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

#D42883 (or 0xD42883) is known color: Deep Cerise. HEX triplet: D4, 28 and 83. RGB value is (212,40,131). Sum of RGB (Red+Green+Blue) = 212+40+131=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D42883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42883 is #2BD77C. Grayscale: #656565. Windows color (decimal): -2873213 or 8595668. OLE color: 8595668.

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

Color convert

RGB 212 40 131 -
CMYK 0 0.81 0.38 0.17
HSL 328.26º 0.68% 0.49% -
HSV(B) 328.26º 0.81% 0.83% -
XYZ 32.01 17.15 23.1 -
YUV 101.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 212 40 131 0 0.81 0.38 0.17 328.26 0.68 0.49
Hex D4 28 83 0 51 26 11 148 44 31
Octal 324 50 203 0 121 46 21 510 104 61
Binary 11010100 101000 10000011 0 1010001 100110 10001 101001000 1000100 110001

Color Harmonies of #D42883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42883

Black with #D42883

Text Example


Text Example

White with #D42883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42883; }

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

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

background-color css

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

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

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

border-color css

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

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

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