Html Css Color HEX #DA10EF Psychedelic Purple

📋 copy color: '#DA10EF'

red 218 ◦ green 16 ◦ blue 239

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

Shades of Psychedelic Purple #DA10EF

Tints of Psychedelic Purple #DA10EF

RGB

 RED value IS 218 (85.55% from 255) = 46.09%

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

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 46.09%
G = 3.38%
B = 50.53%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA10EF (or 0xDA10EF) is known color: Psychedelic Purple. HEX triplet: DA, 10 and EF. RGB value is (218,16,239). Sum of RGB (Red+Green+Blue) = 218+16+239=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA10EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA10EF is #25EF10. Grayscale: #656565. Windows color (decimal): -2486033 or 15667418. OLE color: 15667418.

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

Color convert

RGB 218 16 239 -
CMYK 0.09 0.93 0 0.06
HSL 294.35º 0.87% 0.5% -
HSV(B) 294.35º 0.93% 0.94% -
XYZ 44.68 21.51 83.46 -
YUV 101.82 205.42 210.87 -
System Red Green Blue C M Y K H S L
Decimal 218 16 239 0.09 0.93 0 0.06 294.35 0.87 0.5
Hex DA 10 EF 9 5D 0 6 126 57 32
Octal 332 20 357 11 135 0 6 446 127 62
Binary 11011010 10000 11101111 1001 1011101 0 110 100100110 1010111 110010

Color Harmonies of #DA10EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA10EF

Black with #DA10EF

Text Example


Text Example

White with #DA10EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA10EF; }

 p { color: rgb(218,16,239); }

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

background-color css

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

 a { background-color: rgb(218,16,239); }

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

border-color css

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

 span { border-color: rgb(218,16,239); }

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