Html Css Color HEX #DD10F9 Psychedelic Purple

📋 copy color: '#DD10F9'

red 221 ◦ green 16 ◦ blue 249

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

Shades of Psychedelic Purple #DD10F9

Tints of Psychedelic Purple #DD10F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.23%

R = 45.47%
G = 3.29%
B = 51.23%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD10F9 (or 0xDD10F9) is known color: Psychedelic Purple. HEX triplet: DD, 10 and F9. RGB value is (221,16,249). Sum of RGB (Red+Green+Blue) = 221+16+249=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 16 (6.64% from 255 or 3.29% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD10F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD10F9 is #22EF06. Grayscale: #676767. Windows color (decimal): -2289415 or 16322781. OLE color: 16322781.

HSL color Cylindrical-coordinate representation of color #DD10F9: hue angle of 292.79º degrees, saturation: 0.95, 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 #DD10F9 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 16 249 -
CMYK 0.11 0.94 0 0.02
HSL 292.79º 0.95% 0.52% -
HSV(B) 292.79º 0.94% 0.98% -
XYZ 47.1 22.58 91.5 -
YUV 103.86 209.92 211.55 -
System Red Green Blue C M Y K H S L
Decimal 221 16 249 0.11 0.94 0 0.02 292.79 0.95 0.52
Hex DD 10 F9 B 5E 0 2 125 5F 34
Octal 335 20 371 13 136 0 2 445 137 64
Binary 11011101 10000 11111001 1011 1011110 0 10 100100101 1011111 110100

Color Harmonies of #DD10F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10F9

Black with #DD10F9

Text Example


Text Example

White with #DD10F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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