Html Css Color HEX #DD12FD Psychedelic Purple

📋 copy color: '#DD12FD'

red 221 ◦ green 18 ◦ blue 253

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

Shades of Psychedelic Purple #DD12FD

Tints of Psychedelic Purple #DD12FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.66%

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 44.92%
G = 3.66%
B = 51.42%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD12FD (or 0xDD12FD) is known color: Psychedelic Purple. HEX triplet: DD, 12 and FD. RGB value is (221,18,253). Sum of RGB (Red+Green+Blue) = 221+18+253=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 18 (7.42% from 255 or 3.66% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD12FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD12FD is #22ED02. Grayscale: #686868. Windows color (decimal): -2288899 or 16585437. OLE color: 16585437.

HSL color Cylindrical-coordinate representation of color #DD12FD: hue angle of 291.83º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD12FD is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 18 253 -
CMYK 0.13 0.93 0 0.01
HSL 291.83º 0.98% 0.53% -
HSV(B) 291.83º 0.93% 0.99% -
XYZ 47.76 22.9 94.83 -
YUV 105.49 211.25 210.39 -
System Red Green Blue C M Y K H S L
Decimal 221 18 253 0.13 0.93 0 0.01 291.83 0.98 0.53
Hex DD 12 FD D 5D 0 1 124 62 35
Octal 335 22 375 15 135 0 1 444 142 65
Binary 11011101 10010 11111101 1101 1011101 0 1 100100100 1100010 110101

Color Harmonies of #DD12FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12FD

Black with #DD12FD

Text Example


Text Example

White with #DD12FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12FD; }

 p { color: rgb(221,18,253); }

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

background-color css

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

 a { background-color: rgb(221,18,253); }

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

border-color css

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

 span { border-color: rgb(221,18,253); }

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