Html Css Color HEX #DD03ED Psychedelic Purple

📋 copy color: '#DD03ED'

red 221 ◦ green 3 ◦ blue 237

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

Shades of Psychedelic Purple #DD03ED

Tints of Psychedelic Purple #DD03ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.41%

R = 47.94%
G = 0.65%
B = 51.41%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD03ED (or 0xDD03ED) is known color: Psychedelic Purple. HEX triplet: DD, 03 and ED. RGB value is (221,3,237). Sum of RGB (Red+Green+Blue) = 221+3+237=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 3 (1.56% from 255 or 0.65% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD03ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD03ED is #22FC12. Grayscale: #5E5E5E. Windows color (decimal): -2292755 or 15533021. OLE color: 15533021.

HSL color Cylindrical-coordinate representation of color #DD03ED: hue angle of 295.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03ED is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 3 237 -
CMYK 0.07 0.99 0 0.07
HSL 295.9º 0.98% 0.47% -
HSV(B) 295.9º 0.99% 0.93% -
XYZ 45.14 21.55 81.9 -
YUV 94.86 208.22 217.97 -
System Red Green Blue C M Y K H S L
Decimal 221 3 237 0.07 0.99 0 0.07 295.9 0.98 0.47
Hex DD 3 ED 7 63 0 7 128 62 2F
Octal 335 3 355 7 143 0 7 450 142 57
Binary 11011101 11 11101101 111 1100011 0 111 100101000 1100010 101111

Color Harmonies of #DD03ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03ED

Black with #DD03ED

Text Example


Text Example

White with #DD03ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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