Html Css Color HEX #D227DA Deep Magenta

📋 copy color: '#D227DA'

red 210 ◦ green 39 ◦ blue 218

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

Shades of Deep Magenta #D227DA

Tints of Deep Magenta #D227DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 44.97%
G = 8.35%
B = 46.68%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D227DA (or 0xD227DA) is known color: Deep Magenta. HEX triplet: D2, 27 and DA. RGB value is (210,39,218). Sum of RGB (Red+Green+Blue) = 210+39+218=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #D227DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D227DA is #2DD825. Grayscale: #6D6D6D. Windows color (decimal): -3004454 or 14297042. OLE color: 14297042.

HSL color Cylindrical-coordinate representation of color #D227DA: hue angle of 297.32º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D227DA is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 39 218 -
CMYK 0.04 0.82 0 0.15
HSL 297.32º 0.71% 0.5% -
HSV(B) 297.32º 0.82% 0.85% -
XYZ 39.96 20.21 68.13 -
YUV 110.54 188.65 198.95 -
System Red Green Blue C M Y K H S L
Decimal 210 39 218 0.04 0.82 0 0.15 297.32 0.71 0.5
Hex D2 27 DA 4 52 0 F 129 47 32
Octal 322 47 332 4 122 0 17 451 107 62
Binary 11010010 100111 11011010 100 1010010 0 1111 100101001 1000111 110010

Color Harmonies of #D227DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D227DA

Black with #D227DA

Text Example


Text Example

White with #D227DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D227DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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