Html Css Color HEX #DF1CF9 Psychedelic Purple

📋 copy color: '#DF1CF9'

red 223 ◦ green 28 ◦ blue 249

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

Shades of Psychedelic Purple #DF1CF9

Tints of Psychedelic Purple #DF1CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.6%

 BLUE value IS 249 (97.66% from 255) = 49.8%

R = 44.6%
G = 5.6%
B = 49.8%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF1CF9 (or 0xDF1CF9) is known color: Psychedelic Purple. HEX triplet: DF, 1C and F9. RGB value is (223,28,249). Sum of RGB (Red+Green+Blue) = 223+28+249=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 28 (11.33% from 255 or 5.6% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF1CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1CF9 is #20E306. Grayscale: #6E6E6E. Windows color (decimal): -2155271 or 16325855. OLE color: 16325855.

HSL color Cylindrical-coordinate representation of color #DF1CF9: hue angle of 292.94º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1CF9 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 28 249 -
CMYK 0.10 0.89 0 0.02
HSL 292.94º 0.95% 0.54% -
HSV(B) 292.94º 0.89% 0.98% -
XYZ 47.95 23.36 91.6 -
YUV 111.5 205.6 207.53 -
System Red Green Blue C M Y K H S L
Decimal 223 28 249 0.10 0.89 0 0.02 292.94 0.95 0.54
Hex DF 1C F9 A 59 0 2 125 5F 36
Octal 337 34 371 12 131 0 2 445 137 66
Binary 11011111 11100 11111001 1010 1011001 0 10 100100101 1011111 110110

Color Harmonies of #DF1CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1CF9

Black with #DF1CF9

Text Example


Text Example

White with #DF1CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1CF9; }

 p { color: rgb(223,28,249); }

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

background-color css

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

 a { background-color: rgb(223,28,249); }

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

border-color css

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

 span { border-color: rgb(223,28,249); }

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