Html Css Color HEX #DD25FA Psychedelic Purple

📋 copy color: '#DD25FA'

red 221 ◦ green 37 ◦ blue 250

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

Shades of Psychedelic Purple #DD25FA

Tints of Psychedelic Purple #DD25FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.21%

R = 43.5%
G = 7.28%
B = 49.21%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD25FA (or 0xDD25FA) is known color: Psychedelic Purple. HEX triplet: DD, 25 and FA. RGB value is (221,37,250). Sum of RGB (Red+Green+Blue) = 221+37+250=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 37 (14.84% from 255 or 7.28% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD25FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD25FA is #22DA05. Grayscale: #737373. Windows color (decimal): -2284038 or 16393693. OLE color: 16393693.

HSL color Cylindrical-coordinate representation of color #DD25FA: hue angle of 291.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD25FA is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 37 250 -
CMYK 0.12 0.85 0 0.02
HSL 291.83º 0.96% 0.56% -
HSV(B) 291.83º 0.85% 0.98% -
XYZ 47.74 23.6 92.48 -
YUV 116.3 203.46 202.68 -
System Red Green Blue C M Y K H S L
Decimal 221 37 250 0.12 0.85 0 0.02 291.83 0.96 0.56
Hex DD 25 FA C 55 0 2 124 60 38
Octal 335 45 372 14 125 0 2 444 140 70
Binary 11011101 100101 11111010 1100 1010101 0 10 100100100 1100000 111000

Color Harmonies of #DD25FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25FA

Black with #DD25FA

Text Example


Text Example

White with #DD25FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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