Html Css Color HEX #DD33F8 Psychedelic Purple

📋 copy color: '#DD33F8'

red 221 ◦ green 51 ◦ blue 248

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

Shades of Psychedelic Purple #DD33F8

Tints of Psychedelic Purple #DD33F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.69%

R = 42.5%
G = 9.81%
B = 47.69%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD33F8 (or 0xDD33F8) is known color: Psychedelic Purple. HEX triplet: DD, 33 and F8. RGB value is (221,51,248). Sum of RGB (Red+Green+Blue) = 221+51+248=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 51 (20.31% from 255 or 9.81% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD33F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD33F8 is #22CC07. Grayscale: #7B7B7B. Windows color (decimal): -2280456 or 16266205. OLE color: 16266205.

HSL color Cylindrical-coordinate representation of color #DD33F8: hue angle of 291.78º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD33F8 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 51 248 -
CMYK 0.11 0.79 0 0.03
HSL 291.78º 0.93% 0.59% -
HSV(B) 291.78º 0.79% 0.97% -
XYZ 47.95 24.52 91.01 -
YUV 124.29 197.82 196.98 -
System Red Green Blue C M Y K H S L
Decimal 221 51 248 0.11 0.79 0 0.03 291.78 0.93 0.59
Hex DD 33 F8 B 4F 0 3 124 5D 3B
Octal 335 63 370 13 117 0 3 444 135 73
Binary 11011101 110011 11111000 1011 1001111 0 11 100100100 1011101 111011

Color Harmonies of #DD33F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33F8

Black with #DD33F8

Text Example


Text Example

White with #DD33F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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