Html Css Color HEX #DD24EB Psychedelic Purple

📋 copy color: '#DD24EB'

red 221 ◦ green 36 ◦ blue 235

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

Shades of Psychedelic Purple #DD24EB

Tints of Psychedelic Purple #DD24EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 44.92%
G = 7.32%
B = 47.76%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD24EB (or 0xDD24EB) is known color: Psychedelic Purple. HEX triplet: DD, 24 and EB. RGB value is (221,36,235). Sum of RGB (Red+Green+Blue) = 221+36+235=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 36 (14.45% from 255 or 7.32% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD24EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD24EB is #22DB14. Grayscale: #717171. Windows color (decimal): -2284309 or 15410397. OLE color: 15410397.

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

Color convert

RGB 221 36 235 -
CMYK 0.06 0.85 0 0.08
HSL 295.78º 0.83% 0.53% -
HSV(B) 295.78º 0.85% 0.92% -
XYZ 45.45 22.63 80.57 -
YUV 114 196.29 204.32 -
System Red Green Blue C M Y K H S L
Decimal 221 36 235 0.06 0.85 0 0.08 295.78 0.83 0.53
Hex DD 24 EB 6 55 0 8 128 53 35
Octal 335 44 353 6 125 0 10 450 123 65
Binary 11011101 100100 11101011 110 1010101 0 1000 100101000 1010011 110101

Color Harmonies of #DD24EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD24EB

Black with #DD24EB

Text Example


Text Example

White with #DD24EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD24EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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