Html Css Color HEX #D424CB Deep Magenta

📋 copy color: '#D424CB'

red 212 ◦ green 36 ◦ blue 203

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

Shades of Deep Magenta #D424CB

Tints of Deep Magenta #D424CB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.98%

 BLUE value IS 203 (79.69% from 255) = 45.01%

R = 47.01%
G = 7.98%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D424CB (or 0xD424CB) is known color: Deep Magenta. HEX triplet: D4, 24 and CB. RGB value is (212,36,203). Sum of RGB (Red+Green+Blue) = 212+36+203=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D424CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D424CB is #2BDB34. Grayscale: #6B6B6B. Windows color (decimal): -2874165 or 13313236. OLE color: 13313236.

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

Color convert

RGB 212 36 203 -
CMYK 0 0.83 0.04 0.17
HSL 303.07º 0.71% 0.49% -
HSV(B) 303.07º 0.83% 0.83% -
XYZ 38.56 19.57 58.24 -
YUV 107.66 181.81 202.42 -
System Red Green Blue C M Y K H S L
Decimal 212 36 203 0 0.83 0.04 0.17 303.07 0.71 0.49
Hex D4 24 CB 0 53 4 11 12F 47 31
Octal 324 44 313 0 123 4 21 457 107 61
Binary 11010100 100100 11001011 0 1010011 100 10001 100101111 1000111 110001

Color Harmonies of #D424CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D424CB

Black with #D424CB

Text Example


Text Example

White with #D424CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D424CB; }

 p { color: rgb(212,36,203); }

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

background-color css

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

 a { background-color: rgb(212,36,203); }

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

border-color css

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

 span { border-color: rgb(212,36,203); }

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