Html Css Color HEX #DD37FD Psychedelic Purple

📋 copy color: '#DD37FD'

red 221 ◦ green 55 ◦ blue 253

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

Shades of Psychedelic Purple #DD37FD

Tints of Psychedelic Purple #DD37FD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.4%

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 41.78%
G = 10.4%
B = 47.83%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD37FD (or 0xDD37FD) is known color: Psychedelic Purple. HEX triplet: DD, 37 and FD. RGB value is (221,55,253). Sum of RGB (Red+Green+Blue) = 221+55+253=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 55 (21.88% from 255 or 10.40% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD37FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD37FD is #22C802. Grayscale: #7E7E7E. Windows color (decimal): -2279427 or 16594909. OLE color: 16594909.

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

Color convert

RGB 221 55 253 -
CMYK 0.13 0.78 0 0.01
HSL 290.3º 0.98% 0.6% -
HSV(B) 290.3º 0.78% 0.99% -
XYZ 48.91 25.2 95.21 -
YUV 127.21 199 194.9 -
System Red Green Blue C M Y K H S L
Decimal 221 55 253 0.13 0.78 0 0.01 290.3 0.98 0.6
Hex DD 37 FD D 4E 0 1 122 62 3C
Octal 335 67 375 15 116 0 1 442 142 74
Binary 11011101 110111 11111101 1101 1001110 0 1 100100010 1100010 111100

Color Harmonies of #DD37FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37FD

Black with #DD37FD

Text Example


Text Example

White with #DD37FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37FD; }

 p { color: rgb(221,55,253); }

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

background-color css

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

 a { background-color: rgb(221,55,253); }

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

border-color css

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

 span { border-color: rgb(221,55,253); }

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