Html Css Color HEX #DE19F1 Psychedelic Purple

📋 copy color: '#DE19F1'

red 222 ◦ green 25 ◦ blue 241

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

Shades of Psychedelic Purple #DE19F1

Tints of Psychedelic Purple #DE19F1

RGB

 RED value IS 222 (87.11% from 255) = 45.49%

 GREEN value IS 25 (10.16% from 255) = 5.12%

 BLUE value IS 241 (94.53% from 255) = 49.39%

R = 45.49%
G = 5.12%
B = 49.39%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DE19F1 (or 0xDE19F1) is known color: Psychedelic Purple. HEX triplet: DE, 19 and F1. RGB value is (222,25,241). Sum of RGB (Red+Green+Blue) = 222+25+241=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE19F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE19F1 is #21E60E. Grayscale: #6B6B6B. Windows color (decimal): -2221583 or 15800798. OLE color: 15800798.

HSL color Cylindrical-coordinate representation of color #DE19F1: hue angle of 294.72º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE19F1 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 25 241 -
CMYK 0.08 0.90 0 0.05
HSL 294.72º 0.89% 0.52% -
HSV(B) 294.72º 0.9% 0.95% -
XYZ 46.35 22.58 85.13 -
YUV 108.53 202.77 208.94 -
System Red Green Blue C M Y K H S L
Decimal 222 25 241 0.08 0.90 0 0.05 294.72 0.89 0.52
Hex DE 19 F1 8 5A 0 5 127 59 34
Octal 336 31 361 10 132 0 5 447 131 64
Binary 11011110 11001 11110001 1000 1011010 0 101 100100111 1011001 110100

Color Harmonies of #DE19F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE19F1

Black with #DE19F1

Text Example


Text Example

White with #DE19F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE19F1; }

 p { color: rgb(222,25,241); }

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

background-color css

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

 a { background-color: rgb(222,25,241); }

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

border-color css

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

 span { border-color: rgb(222,25,241); }

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