Html Css Color HEX #DD33FA Psychedelic Purple

📋 copy color: '#DD33FA'

red 221 ◦ green 51 ◦ blue 250

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

Shades of Psychedelic Purple #DD33FA

Tints of Psychedelic Purple #DD33FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 42.34%
G = 9.77%
B = 47.89%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD33FA (or 0xDD33FA) is known color: Psychedelic Purple. HEX triplet: DD, 33 and FA. RGB value is (221,51,250). Sum of RGB (Red+Green+Blue) = 221+51+250=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 51 (20.31% from 255 or 9.77% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD33FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD33FA is #22CC05. Grayscale: #7B7B7B. Windows color (decimal): -2280454 or 16397277. OLE color: 16397277.

HSL color Cylindrical-coordinate representation of color #DD33FA: hue angle of 291.26º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD33FA is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 51 250 -
CMYK 0.12 0.80 0 0.02
HSL 291.26º 0.95% 0.59% -
HSV(B) 291.26º 0.8% 0.98% -
XYZ 48.26 24.64 92.66 -
YUV 124.52 198.82 196.82 -
System Red Green Blue C M Y K H S L
Decimal 221 51 250 0.12 0.80 0 0.02 291.26 0.95 0.59
Hex DD 33 FA C 50 0 2 123 5F 3B
Octal 335 63 372 14 120 0 2 443 137 73
Binary 11011101 110011 11111010 1100 1010000 0 10 100100011 1011111 111011

Color Harmonies of #DD33FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33FA

Black with #DD33FA

Text Example


Text Example

White with #DD33FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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