Html Css Color HEX #DF13E9 Psychedelic Purple

📋 copy color: '#DF13E9'

red 223 ◦ green 19 ◦ blue 233

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

Shades of Psychedelic Purple #DF13E9

Tints of Psychedelic Purple #DF13E9

RGB

 RED value IS 223 (87.5% from 255) = 46.95%

 GREEN value IS 19 (7.81% from 255) = 4%

 BLUE value IS 233 (91.41% from 255) = 49.05%

R = 46.95%
G = 4%
B = 49.05%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DF13E9 (or 0xDF13E9) is known color: Psychedelic Purple. HEX triplet: DF, 13 and E9. RGB value is (223,19,233). Sum of RGB (Red+Green+Blue) = 223+19+233=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 19 (7.81% from 255 or 4% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF13E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF13E9 is #20EC16. Grayscale: #676767. Windows color (decimal): -2157591 or 15274975. OLE color: 15274975.

HSL color Cylindrical-coordinate representation of color #DF13E9: hue angle of 297.2º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF13E9 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 19 233 -
CMYK 0.04 0.92 0 0.09
HSL 297.2º 0.85% 0.49% -
HSV(B) 297.2º 0.92% 0.91% -
XYZ 45.37 22.04 78.95 -
YUV 104.39 200.59 212.6 -
System Red Green Blue C M Y K H S L
Decimal 223 19 233 0.04 0.92 0 0.09 297.2 0.85 0.49
Hex DF 13 E9 4 5C 0 9 129 55 31
Octal 337 23 351 4 134 0 11 451 125 61
Binary 11011111 10011 11101001 100 1011100 0 1001 100101001 1010101 110001

Color Harmonies of #DF13E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF13E9

Black with #DF13E9

Text Example


Text Example

White with #DF13E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF13E9; }

 p { color: rgb(223,19,233); }

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

background-color css

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

 a { background-color: rgb(223,19,233); }

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

border-color css

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

 span { border-color: rgb(223,19,233); }

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