Html Css Color HEX #D624DD Deep Magenta

📋 copy color: '#D624DD'

red 214 ◦ green 36 ◦ blue 221

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

Shades of Deep Magenta #D624DD

Tints of Deep Magenta #D624DD

RGB

 RED value IS 214 (83.98% from 255) = 45.44%

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 45.44%
G = 7.64%
B = 46.92%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D624DD (or 0xD624DD) is known color: Deep Magenta. HEX triplet: D6, 24 and DD. RGB value is (214,36,221). Sum of RGB (Red+Green+Blue) = 214+36+221=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #D624DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D624DD is #29DB22. Grayscale: #6D6D6D. Windows color (decimal): -2743075 or 14492886. OLE color: 14492886.

HSL color Cylindrical-coordinate representation of color #D624DD: hue angle of 297.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D624DD is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 36 221 -
CMYK 0.03 0.84 0 0.13
HSL 297.73º 0.73% 0.5% -
HSV(B) 297.73º 0.84% 0.87% -
XYZ 41.41 20.78 70.23 -
YUV 110.31 190.47 201.96 -
System Red Green Blue C M Y K H S L
Decimal 214 36 221 0.03 0.84 0 0.13 297.73 0.73 0.5
Hex D6 24 DD 3 54 0 D 12A 49 32
Octal 326 44 335 3 124 0 15 452 111 62
Binary 11010110 100100 11011101 11 1010100 0 1101 100101010 1001001 110010

Color Harmonies of #D624DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D624DD

Black with #D624DD

Text Example


Text Example

White with #D624DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D624DD; }

 p { color: rgb(214,36,221); }

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

background-color css

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

 a { background-color: rgb(214,36,221); }

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

border-color css

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

 span { border-color: rgb(214,36,221); }

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