Html Css Color HEX #DD08FF Psychedelic Purple

📋 copy color: '#DD08FF'

red 221 ◦ green 8 ◦ blue 255

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

Shades of Psychedelic Purple #DD08FF

Tints of Psychedelic Purple #DD08FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.69%

R = 45.66%
G = 1.65%
B = 52.69%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD08FF (or 0xDD08FF) is known color: Psychedelic Purple. HEX triplet: DD, 08 and FF. RGB value is (221,8,255). Sum of RGB (Red+Green+Blue) = 221+8+255=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 8 (3.52% from 255 or 1.65% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD08FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD08FF is #22F700. Grayscale: #636363. Windows color (decimal): -2291457 or 16713949. OLE color: 16713949.

HSL color Cylindrical-coordinate representation of color #DD08FF: hue angle of 291.74º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD08FF is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 8 255 -
CMYK 0.13 0.97 0 0
HSL 291.74º 1% 0.52% -
HSV(B) 291.74º 0.97% 1% -
XYZ 47.96 22.77 96.47 -
YUV 99.85 215.57 214.42 -
System Red Green Blue C M Y K H S L
Decimal 221 8 255 0.13 0.97 0 0 291.74 1 0.52
Hex DD 8 FF D 61 0 0 124 64 34
Octal 335 10 377 15 141 0 0 444 144 64
Binary 11011101 1000 11111111 1101 1100001 0 0 100100100 1100100 110100

Color Harmonies of #DD08FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08FF

Black with #DD08FF

Text Example


Text Example

White with #DD08FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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