Html Css Color HEX #DF13FD Psychedelic Purple

📋 copy color: '#DF13FD'

red 223 ◦ green 19 ◦ blue 253

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

Shades of Psychedelic Purple #DF13FD

Tints of Psychedelic Purple #DF13FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 45.05%
G = 3.84%
B = 51.11%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF13FD (or 0xDF13FD) is known color: Psychedelic Purple. HEX triplet: DF, 13 and FD. RGB value is (223,19,253). Sum of RGB (Red+Green+Blue) = 223+19+253=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 19 (7.81% from 255 or 3.84% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF13FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF13FD is #20EC02. Grayscale: #696969. Windows color (decimal): -2157571 or 16585695. OLE color: 16585695.

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

Color convert

RGB 223 19 253 -
CMYK 0.12 0.92 0 0.01
HSL 292.31º 0.98% 0.53% -
HSV(B) 292.31º 0.92% 0.99% -
XYZ 48.39 23.25 94.86 -
YUV 106.67 210.59 210.97 -
System Red Green Blue C M Y K H S L
Decimal 223 19 253 0.12 0.92 0 0.01 292.31 0.98 0.53
Hex DF 13 FD C 5C 0 1 124 62 35
Octal 337 23 375 14 134 0 1 444 142 65
Binary 11011111 10011 11111101 1100 1011100 0 1 100100100 1100010 110101

Color Harmonies of #DF13FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF13FD

Black with #DF13FD

Text Example


Text Example

White with #DF13FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF13FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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