Html Css Color HEX #D025E6 Deep Magenta

📋 copy color: '#D025E6'

red 208 ◦ green 37 ◦ blue 230

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

Shades of Deep Magenta #D025E6

Tints of Deep Magenta #D025E6

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.79%

 BLUE value IS 230 (90.23% from 255) = 48.42%

R = 43.79%
G = 7.79%
B = 48.42%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D025E6 (or 0xD025E6) is known color: Deep Magenta. HEX triplet: D0, 25 and E6. RGB value is (208,37,230). Sum of RGB (Red+Green+Blue) = 208+37+230=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 37 (14.84% from 255 or 7.79% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #D025E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D025E6 is #2FDA19. Grayscale: #6D6D6D. Windows color (decimal): -3136026 or 15082960. OLE color: 15082960.

HSL color Cylindrical-coordinate representation of color #D025E6: hue angle of 293.16º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D025E6 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 37 230 -
CMYK 0.10 0.84 0 0.10
HSL 293.16º 0.79% 0.52% -
HSV(B) 293.16º 0.84% 0.9% -
XYZ 40.96 20.45 76.65 -
YUV 110.13 195.65 197.81 -
System Red Green Blue C M Y K H S L
Decimal 208 37 230 0.10 0.84 0 0.10 293.16 0.79 0.52
Hex D0 25 E6 A 54 0 A 125 4F 34
Octal 320 45 346 12 124 0 12 445 117 64
Binary 11010000 100101 11100110 1010 1010100 0 1010 100100101 1001111 110100

Color Harmonies of #D025E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D025E6

Black with #D025E6

Text Example


Text Example

White with #D025E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D025E6; }

 p { color: rgb(208,37,230); }

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

background-color css

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

 a { background-color: rgb(208,37,230); }

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

border-color css

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

 span { border-color: rgb(208,37,230); }

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