Html Css Color HEX #DD12ED Psychedelic Purple

📋 copy color: '#DD12ED'

red 221 ◦ green 18 ◦ blue 237

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

Shades of Psychedelic Purple #DD12ED

Tints of Psychedelic Purple #DD12ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 46.43%
G = 3.78%
B = 49.79%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD12ED (or 0xDD12ED) is known color: Psychedelic Purple. HEX triplet: DD, 12 and ED. RGB value is (221,18,237). Sum of RGB (Red+Green+Blue) = 221+18+237=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD12ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD12ED is #22ED12. Grayscale: #666666. Windows color (decimal): -2288915 or 15536861. OLE color: 15536861.

HSL color Cylindrical-coordinate representation of color #DD12ED: hue angle of 295.62º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD12ED is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 18 237 -
CMYK 0.07 0.92 0 0.07
HSL 295.62º 0.86% 0.5% -
HSV(B) 295.62º 0.92% 0.93% -
XYZ 45.32 21.92 81.96 -
YUV 103.66 203.25 211.69 -
System Red Green Blue C M Y K H S L
Decimal 221 18 237 0.07 0.92 0 0.07 295.62 0.86 0.5
Hex DD 12 ED 7 5C 0 7 128 56 32
Octal 335 22 355 7 134 0 7 450 126 62
Binary 11011101 10010 11101101 111 1011100 0 111 100101000 1010110 110010

Color Harmonies of #DD12ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12ED

Black with #DD12ED

Text Example


Text Example

White with #DD12ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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