Html Css Color HEX #DF10ED Psychedelic Purple

📋 copy color: '#DF10ED'

red 223 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #DF10ED

Tints of Psychedelic Purple #DF10ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.36%

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

R = 46.85%
G = 3.36%
B = 49.79%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF10ED (or 0xDF10ED) is known color: Psychedelic Purple. HEX triplet: DF, 10 and ED. RGB value is (223,16,237). Sum of RGB (Red+Green+Blue) = 223+16+237=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 16 (6.64% from 255 or 3.36% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF10ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF10ED is #20EF12. Grayscale: #666666. Windows color (decimal): -2158355 or 15536351. OLE color: 15536351.

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

Color convert

RGB 223 16 237 -
CMYK 0.06 0.93 0 0.07
HSL 296.2º 0.87% 0.5% -
HSV(B) 296.2º 0.93% 0.93% -
XYZ 45.9 22.17 81.98 -
YUV 103.09 203.58 213.53 -
System Red Green Blue C M Y K H S L
Decimal 223 16 237 0.06 0.93 0 0.07 296.2 0.87 0.5
Hex DF 10 ED 6 5D 0 7 128 57 32
Octal 337 20 355 6 135 0 7 450 127 62
Binary 11011111 10000 11101101 110 1011101 0 111 100101000 1010111 110010

Color Harmonies of #DF10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF10ED

Black with #DF10ED

Text Example


Text Example

White with #DF10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF10ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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