Html Css Color HEX #DD34FE Psychedelic Purple

📋 copy color: '#DD34FE'

red 221 ◦ green 52 ◦ blue 254

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

Shades of Psychedelic Purple #DD34FE

Tints of Psychedelic Purple #DD34FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 41.94%
G = 9.87%
B = 48.2%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD34FE (or 0xDD34FE) is known color: Psychedelic Purple. HEX triplet: DD, 34 and FE. RGB value is (221,52,254). Sum of RGB (Red+Green+Blue) = 221+52+254=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 52 (20.70% from 255 or 9.87% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD34FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD34FE is #22CB01. Grayscale: #7C7C7C. Windows color (decimal): -2280194 or 16659677. OLE color: 16659677.

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

Color convert

RGB 221 52 254 -
CMYK 0.13 0.80 0 0.00
HSL 290.2º 0.99% 0.6% -
HSV(B) 290.2º 0.8% 1% -
XYZ 48.94 24.98 96.01 -
YUV 125.56 200.49 196.07 -
System Red Green Blue C M Y K H S L
Decimal 221 52 254 0.13 0.80 0 0.00 290.2 0.99 0.6
Hex DD 34 FE D 50 0 0 122 63 3C
Octal 335 64 376 15 120 0 0 442 143 74
Binary 11011101 110100 11111110 1101 1010000 0 0 100100010 1100011 111100

Color Harmonies of #DD34FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34FE

Black with #DD34FE

Text Example


Text Example

White with #DD34FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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