Html Css Color HEX #DD24FF Psychedelic Purple

📋 copy color: '#DD24FF'

red 221 ◦ green 36 ◦ blue 255

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

Shades of Psychedelic Purple #DD24FF

Tints of Psychedelic Purple #DD24FF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.03%

 BLUE value IS 255 (100% from 255) = 49.8%

R = 43.16%
G = 7.03%
B = 49.8%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD24FF (or 0xDD24FF) is known color: Psychedelic Purple. HEX triplet: DD, 24 and FF. RGB value is (221,36,255). Sum of RGB (Red+Green+Blue) = 221+36+255=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 36 (14.45% from 255 or 7.03% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD24FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD24FF is #22DB00. Grayscale: #737373. Windows color (decimal): -2284289 or 16721117. OLE color: 16721117.

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

Color convert

RGB 221 36 255 -
CMYK 0.13 0.86 0 0
HSL 290.68º 1% 0.57% -
HSV(B) 290.68º 0.86% 1% -
XYZ 48.5 23.85 96.66 -
YUV 116.28 206.29 202.69 -
System Red Green Blue C M Y K H S L
Decimal 221 36 255 0.13 0.86 0 0 290.68 1 0.57
Hex DD 24 FF D 56 0 0 123 64 39
Octal 335 44 377 15 126 0 0 443 144 71
Binary 11011101 100100 11111111 1101 1010110 0 0 100100011 1100100 111001

Color Harmonies of #DD24FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD24FF

Black with #DD24FF

Text Example


Text Example

White with #DD24FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD24FF; }

 p { color: rgb(221,36,255); }

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

background-color css

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

 a { background-color: rgb(221,36,255); }

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

border-color css

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

 span { border-color: rgb(221,36,255); }

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