Html Css Color HEX #DF13FA Psychedelic Purple

📋 copy color: '#DF13FA'

red 223 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #DF13FA

Tints of Psychedelic Purple #DF13FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 45.33%
G = 3.86%
B = 50.81%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF13FA (or 0xDF13FA) is known color: Psychedelic Purple. HEX triplet: DF, 13 and FA. RGB value is (223,19,250). Sum of RGB (Red+Green+Blue) = 223+19+250=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 19 (7.81% from 255 or 3.86% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF13FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF13FA is #20EC05. Grayscale: #696969. Windows color (decimal): -2157574 or 16389087. OLE color: 16389087.

HSL color Cylindrical-coordinate representation of color #DF13FA: hue angle of 292.99º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF13FA is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 19 250 -
CMYK 0.11 0.92 0 0.02
HSL 292.99º 0.96% 0.53% -
HSV(B) 292.99º 0.92% 0.98% -
XYZ 47.92 23.06 92.37 -
YUV 106.33 209.09 211.22 -
System Red Green Blue C M Y K H S L
Decimal 223 19 250 0.11 0.92 0 0.02 292.99 0.96 0.53
Hex DF 13 FA B 5C 0 2 125 60 35
Octal 337 23 372 13 134 0 2 445 140 65
Binary 11011111 10011 11111010 1011 1011100 0 10 100100101 1100000 110101

Color Harmonies of #DF13FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF13FA

Black with #DF13FA

Text Example


Text Example

White with #DF13FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF13FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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