Html Css Color HEX #DD00FD Psychedelic Purple

📋 copy color: '#DD00FD'

red 221 ◦ green 0 ◦ blue 253

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

Shades of Psychedelic Purple #DD00FD

Tints of Psychedelic Purple #DD00FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 253 (99.22% from 255) = 53.38%

R = 46.62%
G = 0%
B = 53.38%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD00FD (or 0xDD00FD) is known color: Psychedelic Purple. HEX triplet: DD, 00 and FD. RGB value is (221,0,253). Sum of RGB (Red+Green+Blue) = 221+0+253=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD00FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD00FD is #22FF02. Grayscale: #5E5E5E. Windows color (decimal): -2293507 or 16580829. OLE color: 16580829.

HSL color Cylindrical-coordinate representation of color #DD00FD: hue angle of 292.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00FD is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 0 253 -
CMYK 0.13 1 0 0.01
HSL 292.41º 1% 0.5% -
HSV(B) 292.41º 1% 0.99% -
XYZ 47.55 22.46 94.76 -
YUV 94.92 217.22 217.93 -
System Red Green Blue C M Y K H S L
Decimal 221 0 253 0.13 1 0 0.01 292.41 1 0.5
Hex DD 0 FD D 64 0 1 124 64 32
Octal 335 0 375 15 144 0 1 444 144 62
Binary 11011101 0 11111101 1101 1100100 0 1 100100100 1100100 110010

Color Harmonies of #DD00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00FD

Black with #DD00FD

Text Example


Text Example

White with #DD00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00FD; }

 p { color: rgb(221,0,253); }

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

background-color css

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

 a { background-color: rgb(221,0,253); }

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

border-color css

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

 span { border-color: rgb(221,0,253); }

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