Html Css Color HEX #DF12E9 Psychedelic Purple

📋 copy color: '#DF12E9'

red 223 ◦ green 18 ◦ blue 233

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

Shades of Psychedelic Purple #DF12E9

Tints of Psychedelic Purple #DF12E9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.8%

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

R = 47.05%
G = 3.8%
B = 49.16%

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

#DF12E9 (or 0xDF12E9) is known color: Psychedelic Purple. HEX triplet: DF, 12 and E9. RGB value is (223,18,233). Sum of RGB (Red+Green+Blue) = 223+18+233=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 18 (7.42% from 255 or 3.80% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF12E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF12E9 is #20ED16. Grayscale: #676767. Windows color (decimal): -2157847 or 15274719. OLE color: 15274719.

HSL color Cylindrical-coordinate representation of color #DF12E9: hue angle of 297.21º degrees, saturation: 0.86, 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 #DF12E9 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 18 233 -
CMYK 0.04 0.92 0 0.09
HSL 297.21º 0.86% 0.49% -
HSV(B) 297.21º 0.92% 0.91% -
XYZ 45.36 22 78.95 -
YUV 103.81 200.92 213.02 -
System Red Green Blue C M Y K H S L
Decimal 223 18 233 0.04 0.92 0 0.09 297.21 0.86 0.49
Hex DF 12 E9 4 5C 0 9 129 56 31
Octal 337 22 351 4 134 0 11 451 126 61
Binary 11011111 10010 11101001 100 1011100 0 1001 100101001 1010110 110001

Color Harmonies of #DF12E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF12E9

Black with #DF12E9

Text Example


Text Example

White with #DF12E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF12E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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