Html Css Color HEX #DD33FD Psychedelic Purple

📋 copy color: '#DD33FD'

red 221 ◦ green 51 ◦ blue 253

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

Shades of Psychedelic Purple #DD33FD

Tints of Psychedelic Purple #DD33FD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.71%

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

R = 42.1%
G = 9.71%
B = 48.19%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD33FD (or 0xDD33FD) is known color: Psychedelic Purple. HEX triplet: DD, 33 and FD. RGB value is (221,51,253). Sum of RGB (Red+Green+Blue) = 221+51+253=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 51 (20.31% from 255 or 9.71% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD33FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD33FD is #22CC02. Grayscale: #7C7C7C. Windows color (decimal): -2280451 or 16593885. OLE color: 16593885.

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

Color convert

RGB 221 51 253 -
CMYK 0.13 0.80 0 0.01
HSL 290.5º 0.98% 0.6% -
HSV(B) 290.5º 0.8% 0.99% -
XYZ 48.73 24.83 95.15 -
YUV 124.86 200.32 196.57 -
System Red Green Blue C M Y K H S L
Decimal 221 51 253 0.13 0.80 0 0.01 290.5 0.98 0.6
Hex DD 33 FD D 50 0 1 122 62 3C
Octal 335 63 375 15 120 0 1 442 142 74
Binary 11011101 110011 11111101 1101 1010000 0 1 100100010 1100010 111100

Color Harmonies of #DD33FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33FD

Black with #DD33FD

Text Example


Text Example

White with #DD33FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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