Html Css Color HEX #DF0EF6 Psychedelic Purple

📋 copy color: '#DF0EF6'

red 223 ◦ green 14 ◦ blue 246

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

Shades of Psychedelic Purple #DF0EF6

Tints of Psychedelic Purple #DF0EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.93%

R = 46.17%
G = 2.9%
B = 50.93%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DF0EF6 (or 0xDF0EF6) is known color: Psychedelic Purple. HEX triplet: DF, 0E and F6. RGB value is (223,14,246). Sum of RGB (Red+Green+Blue) = 223+14+246=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF0EF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0EF6 is #20F109. Grayscale: #666666. Windows color (decimal): -2158858 or 16125663. OLE color: 16125663.

HSL color Cylindrical-coordinate representation of color #DF0EF6: hue angle of 294.05º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0EF6 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 14 246 -
CMYK 0.09 0.94 0 0.04
HSL 294.05º 0.93% 0.51% -
HSV(B) 294.05º 0.94% 0.96% -
XYZ 47.22 22.66 89.07 -
YUV 102.94 208.74 213.64 -
System Red Green Blue C M Y K H S L
Decimal 223 14 246 0.09 0.94 0 0.04 294.05 0.93 0.51
Hex DF E F6 9 5E 0 4 126 5D 33
Octal 337 16 366 11 136 0 4 446 135 63
Binary 11011111 1110 11110110 1001 1011110 0 100 100100110 1011101 110011

Color Harmonies of #DF0EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0EF6

Black with #DF0EF6

Text Example


Text Example

White with #DF0EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0EF6; }

 p { color: rgb(223,14,246); }

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

background-color css

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

 a { background-color: rgb(223,14,246); }

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

border-color css

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

 span { border-color: rgb(223,14,246); }

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