Html Css Color HEX #DD34F8 Psychedelic Purple

📋 copy color: '#DD34F8'

red 221 ◦ green 52 ◦ blue 248

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

Shades of Psychedelic Purple #DD34F8

Tints of Psychedelic Purple #DD34F8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.98%

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

R = 42.42%
G = 9.98%
B = 47.6%

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

#DD34F8 (or 0xDD34F8) is known color: Psychedelic Purple. HEX triplet: DD, 34 and F8. RGB value is (221,52,248). Sum of RGB (Red+Green+Blue) = 221+52+248=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 52 (20.70% from 255 or 9.98% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD34F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD34F8 is #22CB07. Grayscale: #7C7C7C. Windows color (decimal): -2280200 or 16266461. OLE color: 16266461.

HSL color Cylindrical-coordinate representation of color #DD34F8: hue angle of 291.73º 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 #DD34F8 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 52 248 -
CMYK 0.11 0.79 0 0.03
HSL 291.73º 0.93% 0.59% -
HSV(B) 291.73º 0.79% 0.97% -
XYZ 47.99 24.61 91.03 -
YUV 124.88 197.49 196.56 -
System Red Green Blue C M Y K H S L
Decimal 221 52 248 0.11 0.79 0 0.03 291.73 0.93 0.59
Hex DD 34 F8 B 4F 0 3 124 5D 3B
Octal 335 64 370 13 117 0 3 444 135 73
Binary 11011101 110100 11111000 1011 1001111 0 11 100100100 1011101 111011

Color Harmonies of #DD34F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34F8

Black with #DD34F8

Text Example


Text Example

White with #DD34F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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