Html Css Color HEX #DD10FA Psychedelic Purple

📋 copy color: '#DD10FA'

red 221 ◦ green 16 ◦ blue 250

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

Shades of Psychedelic Purple #DD10FA

Tints of Psychedelic Purple #DD10FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.29%

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

R = 45.38%
G = 3.29%
B = 51.33%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD10FA (or 0xDD10FA) is known color: Psychedelic Purple. HEX triplet: DD, 10 and FA. RGB value is (221,16,250). Sum of RGB (Red+Green+Blue) = 221+16+250=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 16 (6.64% from 255 or 3.29% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD10FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD10FA is #22EF05. Grayscale: #676767. Windows color (decimal): -2289414 or 16388317. OLE color: 16388317.

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

Color convert

RGB 221 16 250 -
CMYK 0.12 0.94 0 0.02
HSL 292.56º 0.96% 0.52% -
HSV(B) 292.56º 0.94% 0.98% -
XYZ 47.26 22.64 92.32 -
YUV 103.97 210.42 211.47 -
System Red Green Blue C M Y K H S L
Decimal 221 16 250 0.12 0.94 0 0.02 292.56 0.96 0.52
Hex DD 10 FA C 5E 0 2 125 60 34
Octal 335 20 372 14 136 0 2 445 140 64
Binary 11011101 10000 11111010 1100 1011110 0 10 100100101 1100000 110100

Color Harmonies of #DD10FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10FA

Black with #DD10FA

Text Example


Text Example

White with #DD10FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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