Html Css Color HEX #DD0EF9 Psychedelic Purple

📋 copy color: '#DD0EF9'

red 221 ◦ green 14 ◦ blue 249

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

Shades of Psychedelic Purple #DD0EF9

Tints of Psychedelic Purple #DD0EF9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.89%

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

R = 45.66%
G = 2.89%
B = 51.45%

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

#DD0EF9 (or 0xDD0EF9) is known color: Psychedelic Purple. HEX triplet: DD, 0E and F9. RGB value is (221,14,249). Sum of RGB (Red+Green+Blue) = 221+14+249=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 14 (5.86% from 255 or 2.89% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD0EF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0EF9 is #22F106. Grayscale: #656565. Windows color (decimal): -2289927 or 16322269. OLE color: 16322269.

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

Color convert

RGB 221 14 249 -
CMYK 0.11 0.94 0 0.02
HSL 292.85º 0.95% 0.52% -
HSV(B) 292.85º 0.94% 0.98% -
XYZ 47.07 22.53 91.49 -
YUV 102.68 210.58 212.39 -
System Red Green Blue C M Y K H S L
Decimal 221 14 249 0.11 0.94 0 0.02 292.85 0.95 0.52
Hex DD E F9 B 5E 0 2 125 5F 34
Octal 335 16 371 13 136 0 2 445 137 64
Binary 11011101 1110 11111001 1011 1011110 0 10 100100101 1011111 110100

Color Harmonies of #DD0EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0EF9

Black with #DD0EF9

Text Example


Text Example

White with #DD0EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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