Html Css Color HEX #DD25F5 Psychedelic Purple

📋 copy color: '#DD25F5'

red 221 ◦ green 37 ◦ blue 245

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

Shades of Psychedelic Purple #DD25F5

Tints of Psychedelic Purple #DD25F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.71%

R = 43.94%
G = 7.36%
B = 48.71%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD25F5 (or 0xDD25F5) is known color: Psychedelic Purple. HEX triplet: DD, 25 and F5. RGB value is (221,37,245). Sum of RGB (Red+Green+Blue) = 221+37+245=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 37 (14.84% from 255 or 7.36% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD25F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD25F5 is #22DA0A. Grayscale: #737373. Windows color (decimal): -2284043 or 16066013. OLE color: 16066013.

HSL color Cylindrical-coordinate representation of color #DD25F5: hue angle of 293.08º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD25F5 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 37 245 -
CMYK 0.10 0.85 0 0.04
HSL 293.08º 0.91% 0.55% -
HSV(B) 293.08º 0.85% 0.96% -
XYZ 46.96 23.29 88.41 -
YUV 115.73 200.96 203.09 -
System Red Green Blue C M Y K H S L
Decimal 221 37 245 0.10 0.85 0 0.04 293.08 0.91 0.55
Hex DD 25 F5 A 55 0 4 125 5B 37
Octal 335 45 365 12 125 0 4 445 133 67
Binary 11011101 100101 11110101 1010 1010101 0 100 100100101 1011011 110111

Color Harmonies of #DD25F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25F5

Black with #DD25F5

Text Example


Text Example

White with #DD25F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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