Html Css Color HEX #DF13E3 Psychedelic Purple

📋 copy color: '#DF13E3'

red 223 ◦ green 19 ◦ blue 227

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

Shades of Psychedelic Purple #DF13E3

Tints of Psychedelic Purple #DF13E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.4%

R = 47.55%
G = 4.05%
B = 48.4%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DF13E3 (or 0xDF13E3) is known color: Psychedelic Purple. HEX triplet: DF, 13 and E3. RGB value is (223,19,227). Sum of RGB (Red+Green+Blue) = 223+19+227=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF13E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF13E3 is #20EC1C. Grayscale: #676767. Windows color (decimal): -2157597 or 14881759. OLE color: 14881759.

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

Color convert

RGB 223 19 227 -
CMYK 0.02 0.92 0 0.11
HSL 298.85º 0.85% 0.48% -
HSV(B) 298.85º 0.92% 0.89% -
XYZ 44.53 21.7 74.51 -
YUV 103.71 197.59 213.09 -
System Red Green Blue C M Y K H S L
Decimal 223 19 227 0.02 0.92 0 0.11 298.85 0.85 0.48
Hex DF 13 E3 2 5C 0 B 12B 55 30
Octal 337 23 343 2 134 0 13 453 125 60
Binary 11011111 10011 11100011 10 1011100 0 1011 100101011 1010101 110000

Color Harmonies of #DF13E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF13E3

Black with #DF13E3

Text Example


Text Example

White with #DF13E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF13E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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