Html Css Color HEX #D02DDA Deep Magenta

📋 copy color: '#D02DDA'

red 208 ◦ green 45 ◦ blue 218

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

Shades of Deep Magenta #D02DDA

Tints of Deep Magenta #D02DDA

RGB

 RED value IS 208 (81.64% from 255) = 44.16%

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

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

R = 44.16%
G = 9.55%
B = 46.28%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D02DDA (or 0xD02DDA) is known color: Deep Magenta. HEX triplet: D0, 2D and DA. RGB value is (208,45,218). Sum of RGB (Red+Green+Blue) = 208+45+218=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #D02DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DDA is #2FD225. Grayscale: #707070. Windows color (decimal): -3133990 or 14298576. OLE color: 14298576.

HSL color Cylindrical-coordinate representation of color #D02DDA: hue angle of 296.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02DDA is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 45 218 -
CMYK 0.05 0.79 0 0.15
HSL 296.53º 0.7% 0.52% -
HSV(B) 296.53º 0.79% 0.85% -
XYZ 39.61 20.35 68.17 -
YUV 113.46 187 195.43 -
System Red Green Blue C M Y K H S L
Decimal 208 45 218 0.05 0.79 0 0.15 296.53 0.7 0.52
Hex D0 2D DA 5 4F 0 F 129 46 34
Octal 320 55 332 5 117 0 17 451 106 64
Binary 11010000 101101 11011010 101 1001111 0 1111 100101001 1000110 110100

Color Harmonies of #D02DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02DDA

Black with #D02DDA

Text Example


Text Example

White with #D02DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02DDA; }

 p { color: rgb(208,45,218); }

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

background-color css

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

 a { background-color: rgb(208,45,218); }

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

border-color css

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

 span { border-color: rgb(208,45,218); }

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