Html Css Color HEX #DF18F6 Psychedelic Purple

📋 copy color: '#DF18F6'

red 223 ◦ green 24 ◦ blue 246

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

Shades of Psychedelic Purple #DF18F6

Tints of Psychedelic Purple #DF18F6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.87%

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

R = 45.23%
G = 4.87%
B = 49.9%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DF18F6 (or 0xDF18F6) is known color: Psychedelic Purple. HEX triplet: DF, 18 and F6. RGB value is (223,24,246). Sum of RGB (Red+Green+Blue) = 223+24+246=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 24 (9.77% from 255 or 4.87% from 493); Blue value is 246 (96.48% from 255 or 49.90% from 493); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF18F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF18F6 is #20E709. Grayscale: #6C6C6C. Windows color (decimal): -2156298 or 16128223. OLE color: 16128223.

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

Color convert

RGB 223 24 246 -
CMYK 0.09 0.90 0 0.04
HSL 293.78º 0.93% 0.53% -
HSV(B) 293.78º 0.9% 0.96% -
XYZ 47.39 23 89.13 -
YUV 108.81 205.43 209.45 -
System Red Green Blue C M Y K H S L
Decimal 223 24 246 0.09 0.90 0 0.04 293.78 0.93 0.53
Hex DF 18 F6 9 5A 0 4 126 5C 35
Octal 337 30 366 11 132 0 4 446 134 65
Binary 11011111 11000 11110110 1001 1011010 0 100 100100110 1011100 110101

Color Harmonies of #DF18F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF18F6

Black with #DF18F6

Text Example


Text Example

White with #DF18F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF18F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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