Html Css Color HEX #D227DD Deep Magenta

📋 copy color: '#D227DD'

red 210 ◦ green 39 ◦ blue 221

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

Shades of Deep Magenta #D227DD

Tints of Deep Magenta #D227DD

RGB

 RED value IS 210 (82.42% from 255) = 44.68%

 GREEN value IS 39 (15.63% from 255) = 8.3%

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

R = 44.68%
G = 8.3%
B = 47.02%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D227DD (or 0xD227DD) is known color: Deep Magenta. HEX triplet: D2, 27 and DD. RGB value is (210,39,221). Sum of RGB (Red+Green+Blue) = 210+39+221=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #D227DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D227DD is #2DD822. Grayscale: #6E6E6E. Windows color (decimal): -3004451 or 14493650. OLE color: 14493650.

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

Color convert

RGB 210 39 221 -
CMYK 0.05 0.82 0 0.13
HSL 296.37º 0.73% 0.51% -
HSV(B) 296.37º 0.82% 0.87% -
XYZ 40.36 20.37 70.21 -
YUV 110.88 190.15 198.7 -
System Red Green Blue C M Y K H S L
Decimal 210 39 221 0.05 0.82 0 0.13 296.37 0.73 0.51
Hex D2 27 DD 5 52 0 D 128 49 33
Octal 322 47 335 5 122 0 15 450 111 63
Binary 11010010 100111 11011101 101 1010010 0 1101 100101000 1001001 110011

Color Harmonies of #D227DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D227DD

Black with #D227DD

Text Example


Text Example

White with #D227DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D227DD; }

 p { color: rgb(210,39,221); }

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

background-color css

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

 a { background-color: rgb(210,39,221); }

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

border-color css

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

 span { border-color: rgb(210,39,221); }

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