Html Css Color HEX #DD08EA Psychedelic Purple

📋 copy color: '#DD08EA'

red 221 ◦ green 8 ◦ blue 234

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

Shades of Psychedelic Purple #DD08EA

Tints of Psychedelic Purple #DD08EA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.73%

 BLUE value IS 234 (91.8% from 255) = 50.54%

R = 47.73%
G = 1.73%
B = 50.54%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD08EA (or 0xDD08EA) is known color: Psychedelic Purple. HEX triplet: DD, 08 and EA. RGB value is (221,8,234). Sum of RGB (Red+Green+Blue) = 221+8+234=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 8 (3.52% from 255 or 1.73% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD08EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD08EA is #22F715. Grayscale: #606060. Windows color (decimal): -2291478 or 15337693. OLE color: 15337693.

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

Color convert

RGB 221 8 234 -
CMYK 0.06 0.97 0 0.08
HSL 296.55º 0.93% 0.47% -
HSV(B) 296.55º 0.97% 0.92% -
XYZ 44.76 21.49 79.63 -
YUV 97.45 205.07 216.12 -
System Red Green Blue C M Y K H S L
Decimal 221 8 234 0.06 0.97 0 0.08 296.55 0.93 0.47
Hex DD 8 EA 6 61 0 8 129 5D 2F
Octal 335 10 352 6 141 0 10 451 135 57
Binary 11011101 1000 11101010 110 1100001 0 1000 100101001 1011101 101111

Color Harmonies of #DD08EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08EA

Black with #DD08EA

Text Example


Text Example

White with #DD08EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08EA; }

 p { color: rgb(221,8,234); }

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

background-color css

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

 a { background-color: rgb(221,8,234); }

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

border-color css

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

 span { border-color: rgb(221,8,234); }

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