Html Css Color HEX #DD25EA Psychedelic Purple

📋 copy color: '#DD25EA'

red 221 ◦ green 37 ◦ blue 234

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

Shades of Psychedelic Purple #DD25EA

Tints of Psychedelic Purple #DD25EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.56%

R = 44.92%
G = 7.52%
B = 47.56%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD25EA (or 0xDD25EA) is known color: Psychedelic Purple. HEX triplet: DD, 25 and EA. RGB value is (221,37,234). Sum of RGB (Red+Green+Blue) = 221+37+234=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 37 (14.84% from 255 or 7.52% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD25EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD25EA is #22DA15. Grayscale: #717171. Windows color (decimal): -2284054 or 15345117. OLE color: 15345117.

HSL color Cylindrical-coordinate representation of color #DD25EA: hue angle of 296.04º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD25EA is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 37 234 -
CMYK 0.06 0.84 0 0.08
HSL 296.04º 0.82% 0.53% -
HSV(B) 296.04º 0.84% 0.92% -
XYZ 45.33 22.64 79.82 -
YUV 114.47 195.46 203.98 -
System Red Green Blue C M Y K H S L
Decimal 221 37 234 0.06 0.84 0 0.08 296.04 0.82 0.53
Hex DD 25 EA 6 54 0 8 128 52 35
Octal 335 45 352 6 124 0 10 450 122 65
Binary 11011101 100101 11101010 110 1010100 0 1000 100101000 1010010 110101

Color Harmonies of #DD25EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25EA

Black with #DD25EA

Text Example


Text Example

White with #DD25EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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