Html Css Color HEX #DF00EB Psychedelic Purple

📋 copy color: '#DF00EB'

red 223 ◦ green 0 ◦ blue 235

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

Shades of Psychedelic Purple #DF00EB

Tints of Psychedelic Purple #DF00EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 235 (92.19% from 255) = 51.31%

R = 48.69%
G = 0%
B = 51.31%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF00EB (or 0xDF00EB) is known color: Psychedelic Purple. HEX triplet: DF, 00 and EB. RGB value is (223,0,235). Sum of RGB (Red+Green+Blue) = 223+0+235=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 0 (0.39% from 255 or 0% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF00EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF00EB is #20FF14. Grayscale: #5C5C5C. Windows color (decimal): -2162453 or 15401183. OLE color: 15401183.

HSL color Cylindrical-coordinate representation of color #DF00EB: hue angle of 296.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00EB is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 0 235 -
CMYK 0.05 1 0 0.08
HSL 296.94º 1% 0.46% -
HSV(B) 296.94º 1% 0.92% -
XYZ 45.43 21.69 80.39 -
YUV 93.47 207.88 220.39 -
System Red Green Blue C M Y K H S L
Decimal 223 0 235 0.05 1 0 0.08 296.94 1 0.46
Hex DF 0 EB 5 64 0 8 129 64 2E
Octal 337 0 353 5 144 0 10 451 144 56
Binary 11011111 0 11101011 101 1100100 0 1000 100101001 1100100 101110

Color Harmonies of #DF00EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00EB

Black with #DF00EB

Text Example


Text Example

White with #DF00EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00EB; }

 p { color: rgb(223,0,235); }

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

background-color css

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

 a { background-color: rgb(223,0,235); }

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

border-color css

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

 span { border-color: rgb(223,0,235); }

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