Html Css Color HEX #DF14ED Psychedelic Purple

📋 copy color: '#DF14ED'

red 223 ◦ green 20 ◦ blue 237

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

Shades of Psychedelic Purple #DF14ED

Tints of Psychedelic Purple #DF14ED

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.17%

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

R = 46.46%
G = 4.17%
B = 49.38%

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

#DF14ED (or 0xDF14ED) is known color: Psychedelic Purple. HEX triplet: DF, 14 and ED. RGB value is (223,20,237). Sum of RGB (Red+Green+Blue) = 223+20+237=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 20 (8.20% from 255 or 4.17% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF14ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF14ED is #20EB12. Grayscale: #686868. Windows color (decimal): -2157331 or 15537375. OLE color: 15537375.

HSL color Cylindrical-coordinate representation of color #DF14ED: hue angle of 296.13º 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 #DF14ED is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 20 237 -
CMYK 0.06 0.92 0 0.07
HSL 296.13º 0.86% 0.5% -
HSV(B) 296.13º 0.92% 0.93% -
XYZ 45.97 22.3 82 -
YUV 105.44 202.25 211.86 -
System Red Green Blue C M Y K H S L
Decimal 223 20 237 0.06 0.92 0 0.07 296.13 0.86 0.5
Hex DF 14 ED 6 5C 0 7 128 56 32
Octal 337 24 355 6 134 0 7 450 126 62
Binary 11011111 10100 11101101 110 1011100 0 111 100101000 1010110 110010

Color Harmonies of #DF14ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF14ED

Black with #DF14ED

Text Example


Text Example

White with #DF14ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF14ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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