Html Css Color HEX #D42F90 Deep Cerise

📋 copy color: '#D42F90'

red 212 ◦ green 47 ◦ blue 144

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

Shades of Deep Cerise #D42F90

Tints of Deep Cerise #D42F90

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.66%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 52.61%
G = 11.66%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D42F90 (or 0xD42F90) is known color: Deep Cerise. HEX triplet: D4, 2F and 90. RGB value is (212,47,144). Sum of RGB (Red+Green+Blue) = 212+47+144=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42F90 is #2BD06F. Grayscale: #6B6B6B. Windows color (decimal): -2871408 or 9449428. OLE color: 9449428.

HSL color Cylindrical-coordinate representation of color #D42F90: hue angle of 324.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42F90 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 47 144 -
CMYK 0 0.78 0.32 0.17
HSL 324.73º 0.66% 0.51% -
HSV(B) 324.73º 0.78% 0.83% -
XYZ 33.2 18.04 28.12 -
YUV 107.39 148.66 202.61 -
System Red Green Blue C M Y K H S L
Decimal 212 47 144 0 0.78 0.32 0.17 324.73 0.66 0.51
Hex D4 2F 90 0 4E 20 11 145 42 33
Octal 324 57 220 0 116 40 21 505 102 63
Binary 11010100 101111 10010000 0 1001110 100000 10001 101000101 1000010 110011

Color Harmonies of #D42F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42F90

Black with #D42F90

Text Example


Text Example

White with #D42F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42F90; }

 p { color: rgb(212,47,144); }

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

background-color css

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

 a { background-color: rgb(212,47,144); }

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

border-color css

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

 span { border-color: rgb(212,47,144); }

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