Html Css Color HEX #D42DA0 Deep Cerise

📋 copy color: '#D42DA0'

red 212 ◦ green 45 ◦ blue 160

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

Shades of Deep Cerise #D42DA0

Tints of Deep Cerise #D42DA0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.79%

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 50.84%
G = 10.79%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D42DA0 (or 0xD42DA0) is known color: Deep Cerise. HEX triplet: D4, 2D and A0. RGB value is (212,45,160). Sum of RGB (Red+Green+Blue) = 212+45+160=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42DA0 is #2BD25F. Grayscale: #6B6B6B. Windows color (decimal): -2871904 or 10497492. OLE color: 10497492.

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

Color convert

RGB 212 45 160 -
CMYK 0 0.79 0.25 0.17
HSL 318.68º 0.66% 0.5% -
HSV(B) 318.68º 0.79% 0.83% -
XYZ 34.43 18.41 35 -
YUV 108.04 157.33 202.15 -
System Red Green Blue C M Y K H S L
Decimal 212 45 160 0 0.79 0.25 0.17 318.68 0.66 0.5
Hex D4 2D A0 0 4F 19 11 13F 42 32
Octal 324 55 240 0 117 31 21 477 102 62
Binary 11010100 101101 10100000 0 1001111 11001 10001 100111111 1000010 110010

Color Harmonies of #D42DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42DA0

Black with #D42DA0

Text Example


Text Example

White with #D42DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42DA0; }

 p { color: rgb(212,45,160); }

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

background-color css

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

 a { background-color: rgb(212,45,160); }

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

border-color css

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

 span { border-color: rgb(212,45,160); }

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