Html Css Color HEX #D42385 Deep Cerise

📋 copy color: '#D42385'

red 212 ◦ green 35 ◦ blue 133

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

Shades of Deep Cerise #D42385

Tints of Deep Cerise #D42385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.21%

 BLUE value IS 133 (52.34% from 255) = 35%

R = 55.79%
G = 9.21%
B = 35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D42385 (or 0xD42385) is known color: Deep Cerise. HEX triplet: D4, 23 and 85. RGB value is (212,35,133). Sum of RGB (Red+Green+Blue) = 212+35+133=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D42385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42385 is #2BDC7A. Grayscale: #626262. Windows color (decimal): -2874491 or 8725460. OLE color: 8725460.

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

Color convert

RGB 212 35 133 -
CMYK 0 0.83 0.37 0.17
HSL 326.78º 0.72% 0.48% -
HSV(B) 326.78º 0.83% 0.83% -
XYZ 31.99 16.89 23.77 -
YUV 99.1 147.14 208.53 -
System Red Green Blue C M Y K H S L
Decimal 212 35 133 0 0.83 0.37 0.17 326.78 0.72 0.48
Hex D4 23 85 0 53 25 11 147 48 30
Octal 324 43 205 0 123 45 21 507 110 60
Binary 11010100 100011 10000101 0 1010011 100101 10001 101000111 1001000 110000

Color Harmonies of #D42385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42385

Black with #D42385

Text Example


Text Example

White with #D42385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42385; }

 p { color: rgb(212,35,133); }

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

background-color css

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

 a { background-color: rgb(212,35,133); }

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

border-color css

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

 span { border-color: rgb(212,35,133); }

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