Html Css Color HEX #DD24F6 Psychedelic Purple

📋 copy color: '#DD24F6'

red 221 ◦ green 36 ◦ blue 246

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

Shades of Psychedelic Purple #DD24F6

Tints of Psychedelic Purple #DD24F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.91%

R = 43.94%
G = 7.16%
B = 48.91%

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

#DD24F6 (or 0xDD24F6) is known color: Psychedelic Purple. HEX triplet: DD, 24 and F6. RGB value is (221,36,246). Sum of RGB (Red+Green+Blue) = 221+36+246=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 36 (14.45% from 255 or 7.16% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD24F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD24F6 is #22DB09. Grayscale: #727272. Windows color (decimal): -2284298 or 16131293. OLE color: 16131293.

HSL color Cylindrical-coordinate representation of color #DD24F6: hue angle of 292.86º degrees, saturation: 0.92, 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 #DD24F6 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 36 246 -
CMYK 0.10 0.85 0 0.04
HSL 292.86º 0.92% 0.55% -
HSV(B) 292.86º 0.85% 0.96% -
XYZ 47.08 23.29 89.2 -
YUV 115.26 201.79 203.42 -
System Red Green Blue C M Y K H S L
Decimal 221 36 246 0.10 0.85 0 0.04 292.86 0.92 0.55
Hex DD 24 F6 A 55 0 4 125 5C 37
Octal 335 44 366 12 125 0 4 445 134 67
Binary 11011101 100100 11110110 1010 1010101 0 100 100100101 1011100 110111

Color Harmonies of #DD24F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD24F6

Black with #DD24F6

Text Example


Text Example

White with #DD24F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD24F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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