Html Css Color HEX #DD06FA Psychedelic Purple

📋 copy color: '#DD06FA'

red 221 ◦ green 6 ◦ blue 250

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

Shades of Psychedelic Purple #DD06FA

Tints of Psychedelic Purple #DD06FA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.26%

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

R = 46.33%
G = 1.26%
B = 52.41%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD06FA (or 0xDD06FA) is known color: Psychedelic Purple. HEX triplet: DD, 06 and FA. RGB value is (221,6,250). Sum of RGB (Red+Green+Blue) = 221+6+250=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 6 (2.73% from 255 or 1.26% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD06FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD06FA is #22F905. Grayscale: #616161. Windows color (decimal): -2291974 or 16385757. OLE color: 16385757.

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

Color convert

RGB 221 6 250 -
CMYK 0.12 0.98 0 0.02
HSL 292.87º 0.96% 0.5% -
HSV(B) 292.87º 0.98% 0.98% -
XYZ 47.14 22.4 92.28 -
YUV 98.1 213.73 215.66 -
System Red Green Blue C M Y K H S L
Decimal 221 6 250 0.12 0.98 0 0.02 292.87 0.96 0.5
Hex DD 6 FA C 62 0 2 125 60 32
Octal 335 6 372 14 142 0 2 445 140 62
Binary 11011101 110 11111010 1100 1100010 0 10 100100101 1100000 110010

Color Harmonies of #DD06FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06FA

Black with #DD06FA

Text Example


Text Example

White with #DD06FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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