Html Css Color HEX #DD07E9 Psychedelic Purple

📋 copy color: '#DD07E9'

red 221 ◦ green 7 ◦ blue 233

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

Shades of Psychedelic Purple #DD07E9

Tints of Psychedelic Purple #DD07E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.54%

R = 47.94%
G = 1.52%
B = 50.54%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD07E9 (or 0xDD07E9) is known color: Psychedelic Purple. HEX triplet: DD, 07 and E9. RGB value is (221,7,233). Sum of RGB (Red+Green+Blue) = 221+7+233=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD07E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD07E9 is #22F816. Grayscale: #606060. Windows color (decimal): -2291735 or 15271901. OLE color: 15271901.

HSL color Cylindrical-coordinate representation of color #DD07E9: hue angle of 296.81º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD07E9 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 7 233 -
CMYK 0.05 0.97 0 0.09
HSL 296.81º 0.94% 0.47% -
HSV(B) 296.81º 0.97% 0.91% -
XYZ 44.6 21.41 78.87 -
YUV 96.75 204.9 216.62 -
System Red Green Blue C M Y K H S L
Decimal 221 7 233 0.05 0.97 0 0.09 296.81 0.94 0.47
Hex DD 7 E9 5 61 0 9 129 5E 2F
Octal 335 7 351 5 141 0 11 451 136 57
Binary 11011101 111 11101001 101 1100001 0 1001 100101001 1011110 101111

Color Harmonies of #DD07E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07E9

Black with #DD07E9

Text Example


Text Example

White with #DD07E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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