Html Css Color HEX #DF1DF6 Psychedelic Purple

📋 copy color: '#DF1DF6'

red 223 ◦ green 29 ◦ blue 246

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

Shades of Psychedelic Purple #DF1DF6

Tints of Psychedelic Purple #DF1DF6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.82%

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

R = 44.78%
G = 5.82%
B = 49.4%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DF1DF6 (or 0xDF1DF6) is known color: Psychedelic Purple. HEX triplet: DF, 1D and F6. RGB value is (223,29,246). Sum of RGB (Red+Green+Blue) = 223+29+246=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 29 (11.72% from 255 or 5.82% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF1DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1DF6 is #20E209. Grayscale: #6F6F6F. Windows color (decimal): -2155018 or 16129503. OLE color: 16129503.

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

Color convert

RGB 223 29 246 -
CMYK 0.09 0.88 0 0.04
HSL 293.64º 0.92% 0.54% -
HSV(B) 293.64º 0.88% 0.96% -
XYZ 47.51 23.22 89.17 -
YUV 111.74 203.77 207.36 -
System Red Green Blue C M Y K H S L
Decimal 223 29 246 0.09 0.88 0 0.04 293.64 0.92 0.54
Hex DF 1D F6 9 58 0 4 126 5C 36
Octal 337 35 366 11 130 0 4 446 134 66
Binary 11011111 11101 11110110 1001 1011000 0 100 100100110 1011100 110110

Color Harmonies of #DF1DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1DF6

Black with #DF1DF6

Text Example


Text Example

White with #DF1DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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