Html Css Color HEX #DD02FD Psychedelic Purple

📋 copy color: '#DD02FD'

red 221 ◦ green 2 ◦ blue 253

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

Shades of Psychedelic Purple #DD02FD

Tints of Psychedelic Purple #DD02FD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.42%

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

R = 46.43%
G = 0.42%
B = 53.15%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD02FD (or 0xDD02FD) is known color: Psychedelic Purple. HEX triplet: DD, 02 and FD. RGB value is (221,2,253). Sum of RGB (Red+Green+Blue) = 221+2+253=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 2 (1.17% from 255 or 0.42% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD02FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD02FD is #22FD02. Grayscale: #5F5F5F. Windows color (decimal): -2292995 or 16581341. OLE color: 16581341.

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

Color convert

RGB 221 2 253 -
CMYK 0.13 0.99 0 0.01
HSL 292.35º 0.98% 0.5% -
HSV(B) 292.35º 0.99% 0.99% -
XYZ 47.57 22.51 94.77 -
YUV 96.1 216.55 217.09 -
System Red Green Blue C M Y K H S L
Decimal 221 2 253 0.13 0.99 0 0.01 292.35 0.98 0.5
Hex DD 2 FD D 63 0 1 124 62 32
Octal 335 2 375 15 143 0 1 444 142 62
Binary 11011101 10 11111101 1101 1100011 0 1 100100100 1100010 110010

Color Harmonies of #DD02FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02FD

Black with #DD02FD

Text Example


Text Example

White with #DD02FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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