Html Css Color HEX #DD35FE Psychedelic Purple

📋 copy color: '#DD35FE'

red 221 ◦ green 53 ◦ blue 254

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

Shades of Psychedelic Purple #DD35FE

Tints of Psychedelic Purple #DD35FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.04%

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

R = 41.86%
G = 10.04%
B = 48.11%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD35FE (or 0xDD35FE) is known color: Psychedelic Purple. HEX triplet: DD, 35 and FE. RGB value is (221,53,254). Sum of RGB (Red+Green+Blue) = 221+53+254=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 53 (21.09% from 255 or 10.04% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD35FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD35FE is #22CA01. Grayscale: #7D7D7D. Windows color (decimal): -2279938 or 16659933. OLE color: 16659933.

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

Color convert

RGB 221 53 254 -
CMYK 0.13 0.79 0 0.00
HSL 290.15º 0.99% 0.6% -
HSV(B) 290.15º 0.79% 1% -
XYZ 48.98 25.07 96.02 -
YUV 126.15 200.16 195.66 -
System Red Green Blue C M Y K H S L
Decimal 221 53 254 0.13 0.79 0 0.00 290.15 0.99 0.6
Hex DD 35 FE D 4F 0 0 122 63 3C
Octal 335 65 376 15 117 0 0 442 143 74
Binary 11011101 110101 11111110 1101 1001111 0 0 100100010 1100011 111100

Color Harmonies of #DD35FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD35FE

Black with #DD35FE

Text Example


Text Example

White with #DD35FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD35FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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