Html Css Color HEX #DD03E5 Psychedelic Purple

📋 copy color: '#DD03E5'

red 221 ◦ green 3 ◦ blue 229

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

Shades of Psychedelic Purple #DD03E5

Tints of Psychedelic Purple #DD03E5

RGB

 RED value IS 221 (86.72% from 255) = 48.79%

 GREEN value IS 3 (1.56% from 255) = 0.66%

 BLUE value IS 229 (89.84% from 255) = 50.55%

R = 48.79%
G = 0.66%
B = 50.55%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD03E5 (or 0xDD03E5) is known color: Psychedelic Purple. HEX triplet: DD, 03 and E5. RGB value is (221,3,229). Sum of RGB (Red+Green+Blue) = 221+3+229=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 229 (89.84% from 255 or 50.55% from 453); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD03E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03E5 is #22FC1A. Grayscale: #5D5D5D. Windows color (decimal): -2292763 or 15008733. OLE color: 15008733.

HSL color Cylindrical-coordinate representation of color #DD03E5: hue angle of 297.88º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03E5 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 3 229 -
CMYK 0.03 0.99 0 0.10
HSL 297.88º 0.97% 0.45% -
HSV(B) 297.88º 0.99% 0.9% -
XYZ 43.99 21.09 75.88 -
YUV 93.95 204.22 218.62 -
System Red Green Blue C M Y K H S L
Decimal 221 3 229 0.03 0.99 0 0.10 297.88 0.97 0.45
Hex DD 3 E5 3 63 0 A 12A 61 2D
Octal 335 3 345 3 143 0 12 452 141 55
Binary 11011101 11 11100101 11 1100011 0 1010 100101010 1100001 101101

Color Harmonies of #DD03E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03E5

Black with #DD03E5

Text Example


Text Example

White with #DD03E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03E5; }

 p { color: rgb(221,3,229); }

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

background-color css

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

 a { background-color: rgb(221,3,229); }

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

border-color css

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

 span { border-color: rgb(221,3,229); }

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