Html Css Color HEX #DF15ED Psychedelic Purple

📋 copy color: '#DF15ED'

red 223 ◦ green 21 ◦ blue 237

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

Shades of Psychedelic Purple #DF15ED

Tints of Psychedelic Purple #DF15ED

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.37%

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

R = 46.36%
G = 4.37%
B = 49.27%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF15ED (or 0xDF15ED) is known color: Psychedelic Purple. HEX triplet: DF, 15 and ED. RGB value is (223,21,237). Sum of RGB (Red+Green+Blue) = 223+21+237=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF15ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF15ED is #20EA12. Grayscale: #696969. Windows color (decimal): -2157075 or 15537631. OLE color: 15537631.

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

Color convert

RGB 223 21 237 -
CMYK 0.06 0.91 0 0.07
HSL 296.11º 0.86% 0.51% -
HSV(B) 296.11º 0.91% 0.93% -
XYZ 45.99 22.34 82.01 -
YUV 106.02 201.92 211.44 -
System Red Green Blue C M Y K H S L
Decimal 223 21 237 0.06 0.91 0 0.07 296.11 0.86 0.51
Hex DF 15 ED 6 5B 0 7 128 56 33
Octal 337 25 355 6 133 0 7 450 126 63
Binary 11011111 10101 11101101 110 1011011 0 111 100101000 1010110 110011

Color Harmonies of #DF15ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15ED

Black with #DF15ED

Text Example


Text Example

White with #DF15ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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