Html Css Color HEX #DD07EC Psychedelic Purple

📋 copy color: '#DD07EC'

red 221 ◦ green 7 ◦ blue 236

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

Shades of Psychedelic Purple #DD07EC

Tints of Psychedelic Purple #DD07EC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.51%

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 47.63%
G = 1.51%
B = 50.86%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD07EC (or 0xDD07EC) is known color: Psychedelic Purple. HEX triplet: DD, 07 and EC. RGB value is (221,7,236). Sum of RGB (Red+Green+Blue) = 221+7+236=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 7 (3.12% from 255 or 1.51% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD07EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD07EC is #22F813. Grayscale: #606060. Windows color (decimal): -2291732 or 15468509. OLE color: 15468509.

HSL color Cylindrical-coordinate representation of color #DD07EC: hue angle of 296.07º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD07EC is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 7 236 -
CMYK 0.06 0.97 0 0.07
HSL 296.07º 0.94% 0.48% -
HSV(B) 296.07º 0.97% 0.93% -
XYZ 45.04 21.58 81.15 -
YUV 97.09 206.4 216.38 -
System Red Green Blue C M Y K H S L
Decimal 221 7 236 0.06 0.97 0 0.07 296.07 0.94 0.48
Hex DD 7 EC 6 61 0 7 128 5E 30
Octal 335 7 354 6 141 0 7 450 136 60
Binary 11011101 111 11101100 110 1100001 0 111 100101000 1011110 110000

Color Harmonies of #DD07EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07EC

Black with #DD07EC

Text Example


Text Example

White with #DD07EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07EC; }

 p { color: rgb(221,7,236); }

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

background-color css

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

 a { background-color: rgb(221,7,236); }

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

border-color css

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

 span { border-color: rgb(221,7,236); }

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