Html Css Color HEX #DD08FA Psychedelic Purple

📋 copy color: '#DD08FA'

red 221 ◦ green 8 ◦ blue 250

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

Shades of Psychedelic Purple #DD08FA

Tints of Psychedelic Purple #DD08FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.19%

R = 46.14%
G = 1.67%
B = 52.19%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD08FA (or 0xDD08FA) is known color: Psychedelic Purple. HEX triplet: DD, 08 and FA. RGB value is (221,8,250). Sum of RGB (Red+Green+Blue) = 221+8+250=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 8 (3.52% from 255 or 1.67% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD08FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD08FA is #22F705. Grayscale: #626262. Windows color (decimal): -2291462 or 16386269. OLE color: 16386269.

HSL color Cylindrical-coordinate representation of color #DD08FA: hue angle of 292.81º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD08FA is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 8 250 -
CMYK 0.12 0.97 0 0.02
HSL 292.81º 0.96% 0.51% -
HSV(B) 292.81º 0.97% 0.98% -
XYZ 47.16 22.45 92.29 -
YUV 99.28 213.07 214.82 -
System Red Green Blue C M Y K H S L
Decimal 221 8 250 0.12 0.97 0 0.02 292.81 0.96 0.51
Hex DD 8 FA C 61 0 2 125 60 33
Octal 335 10 372 14 141 0 2 445 140 63
Binary 11011101 1000 11111010 1100 1100001 0 10 100100101 1100000 110011

Color Harmonies of #DD08FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08FA

Black with #DD08FA

Text Example


Text Example

White with #DD08FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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