Html Css Color HEX #DD25FD Psychedelic Purple

📋 copy color: '#DD25FD'

red 221 ◦ green 37 ◦ blue 253

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

Shades of Psychedelic Purple #DD25FD

Tints of Psychedelic Purple #DD25FD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.24%

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

R = 43.25%
G = 7.24%
B = 49.51%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD25FD (or 0xDD25FD) is known color: Psychedelic Purple. HEX triplet: DD, 25 and FD. RGB value is (221,37,253). Sum of RGB (Red+Green+Blue) = 221+37+253=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 37 (14.84% from 255 or 7.24% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD25FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD25FD is #22DA02. Grayscale: #737373. Windows color (decimal): -2284035 or 16590301. OLE color: 16590301.

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

Color convert

RGB 221 37 253 -
CMYK 0.13 0.85 0 0.01
HSL 291.11º 0.98% 0.57% -
HSV(B) 291.11º 0.85% 0.99% -
XYZ 48.21 23.79 94.98 -
YUV 116.64 204.96 202.44 -
System Red Green Blue C M Y K H S L
Decimal 221 37 253 0.13 0.85 0 0.01 291.11 0.98 0.57
Hex DD 25 FD D 55 0 1 123 62 39
Octal 335 45 375 15 125 0 1 443 142 71
Binary 11011101 100101 11111101 1101 1010101 0 1 100100011 1100010 111001

Color Harmonies of #DD25FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25FD

Black with #DD25FD

Text Example


Text Example

White with #DD25FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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