Html Css Color HEX #DD10FD Psychedelic Purple

📋 copy color: '#DD10FD'

red 221 ◦ green 16 ◦ blue 253

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

Shades of Psychedelic Purple #DD10FD

Tints of Psychedelic Purple #DD10FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 45.1%
G = 3.27%
B = 51.63%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD10FD (or 0xDD10FD) is known color: Psychedelic Purple. HEX triplet: DD, 10 and FD. RGB value is (221,16,253). Sum of RGB (Red+Green+Blue) = 221+16+253=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 16 (6.64% from 255 or 3.27% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD10FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD10FD is #22EF02. Grayscale: #676767. Windows color (decimal): -2289411 or 16584925. OLE color: 16584925.

HSL color Cylindrical-coordinate representation of color #DD10FD: hue angle of 291.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD10FD is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 16 253 -
CMYK 0.13 0.94 0 0.01
HSL 291.9º 0.98% 0.53% -
HSV(B) 291.9º 0.94% 0.99% -
XYZ 47.73 22.83 94.82 -
YUV 104.31 211.92 211.23 -
System Red Green Blue C M Y K H S L
Decimal 221 16 253 0.13 0.94 0 0.01 291.9 0.98 0.53
Hex DD 10 FD D 5E 0 1 124 62 35
Octal 335 20 375 15 136 0 1 444 142 65
Binary 11011101 10000 11111101 1101 1011110 0 1 100100100 1100010 110101

Color Harmonies of #DD10FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10FD

Black with #DD10FD

Text Example


Text Example

White with #DD10FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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