Html Css Color HEX #DF13F4 Psychedelic Purple

📋 copy color: '#DF13F4'

red 223 ◦ green 19 ◦ blue 244

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

Shades of Psychedelic Purple #DF13F4

Tints of Psychedelic Purple #DF13F4

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.91%

 BLUE value IS 244 (95.7% from 255) = 50.21%

R = 45.88%
G = 3.91%
B = 50.21%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DF13F4 (or 0xDF13F4) is known color: Psychedelic Purple. HEX triplet: DF, 13 and F4. RGB value is (223,19,244). Sum of RGB (Red+Green+Blue) = 223+19+244=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 19 (7.81% from 255 or 3.91% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF13F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF13F4 is #20EC0B. Grayscale: #686868. Windows color (decimal): -2157580 or 15995871. OLE color: 15995871.

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

Color convert

RGB 223 19 244 -
CMYK 0.09 0.92 0 0.04
HSL 294.4º 0.91% 0.52% -
HSV(B) 294.4º 0.92% 0.96% -
XYZ 46.99 22.69 87.49 -
YUV 105.65 206.09 211.7 -
System Red Green Blue C M Y K H S L
Decimal 223 19 244 0.09 0.92 0 0.04 294.4 0.91 0.52
Hex DF 13 F4 9 5C 0 4 126 5B 34
Octal 337 23 364 11 134 0 4 446 133 64
Binary 11011111 10011 11110100 1001 1011100 0 100 100100110 1011011 110100

Color Harmonies of #DF13F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF13F4

Black with #DF13F4

Text Example


Text Example

White with #DF13F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF13F4; }

 p { color: rgb(223,19,244); }

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

background-color css

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

 a { background-color: rgb(223,19,244); }

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

border-color css

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

 span { border-color: rgb(223,19,244); }

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