Html Css Color HEX #DF13ED Psychedelic Purple

📋 copy color: '#DF13ED'

red 223 ◦ green 19 ◦ blue 237

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

Shades of Psychedelic Purple #DF13ED

Tints of Psychedelic Purple #DF13ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.48%

R = 46.56%
G = 3.97%
B = 49.48%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF13ED (or 0xDF13ED) is known color: Psychedelic Purple. HEX triplet: DF, 13 and ED. RGB value is (223,19,237). Sum of RGB (Red+Green+Blue) = 223+19+237=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 19 (7.81% from 255 or 3.97% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF13ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF13ED is #20EC12. Grayscale: #686868. Windows color (decimal): -2157587 or 15537119. OLE color: 15537119.

HSL color Cylindrical-coordinate representation of color #DF13ED: hue angle of 296.15º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF13ED is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 19 237 -
CMYK 0.06 0.92 0 0.07
HSL 296.15º 0.86% 0.5% -
HSV(B) 296.15º 0.92% 0.93% -
XYZ 45.95 22.27 82 -
YUV 104.85 202.59 212.27 -
System Red Green Blue C M Y K H S L
Decimal 223 19 237 0.06 0.92 0 0.07 296.15 0.86 0.5
Hex DF 13 ED 6 5C 0 7 128 56 32
Octal 337 23 355 6 134 0 7 450 126 62
Binary 11011111 10011 11101101 110 1011100 0 111 100101000 1010110 110010

Color Harmonies of #DF13ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF13ED

Black with #DF13ED

Text Example


Text Example

White with #DF13ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF13ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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