Html Css Color HEX #DD01E6 Psychedelic Purple

📋 copy color: '#DD01E6'

red 221 ◦ green 1 ◦ blue 230

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

Shades of Psychedelic Purple #DD01E6

Tints of Psychedelic Purple #DD01E6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 48.89%
G = 0.22%
B = 50.88%

CMYK

 C value IS 0.04

 M value IS 1.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD01E6 (or 0xDD01E6) is known color: Psychedelic Purple. HEX triplet: DD, 01 and E6. RGB value is (221,1,230). Sum of RGB (Red+Green+Blue) = 221+1+230=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 1 (0.78% from 255 or 0.22% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD01E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD01E6 is #22FE19. Grayscale: #5C5C5C. Windows color (decimal): -2293274 or 15073757. OLE color: 15073757.

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

Color convert

RGB 221 1 230 -
CMYK 0.04 1.00 0 0.10
HSL 297.64º 0.99% 0.45% -
HSV(B) 297.64º 1% 0.9% -
XYZ 44.11 21.11 76.61 -
YUV 92.89 205.39 219.38 -
System Red Green Blue C M Y K H S L
Decimal 221 1 230 0.04 1.00 0 0.10 297.64 0.99 0.45
Hex DD 1 E6 4 64 0 A 12A 63 2D
Octal 335 1 346 4 144 0 12 452 143 55
Binary 11011101 1 11100110 100 1100100 0 1010 100101010 1100011 101101

Color Harmonies of #DD01E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01E6

Black with #DD01E6

Text Example


Text Example

White with #DD01E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01E6; }

 p { color: rgb(221,1,230); }

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

background-color css

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

 a { background-color: rgb(221,1,230); }

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

border-color css

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

 span { border-color: rgb(221,1,230); }

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