Html Css Color HEX #DA16EB Psychedelic Purple

📋 copy color: '#DA16EB'

red 218 ◦ green 22 ◦ blue 235

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

Shades of Psychedelic Purple #DA16EB

Tints of Psychedelic Purple #DA16EB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.63%

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

R = 45.89%
G = 4.63%
B = 49.47%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DA16EB (or 0xDA16EB) is known color: Psychedelic Purple. HEX triplet: DA, 16 and EB. RGB value is (218,22,235). Sum of RGB (Red+Green+Blue) = 218+22+235=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA16EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA16EB is #25E914. Grayscale: #686868. Windows color (decimal): -2484501 or 15406810. OLE color: 15406810.

HSL color Cylindrical-coordinate representation of color #DA16EB: hue angle of 295.21º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA16EB is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 22 235 -
CMYK 0.07 0.91 0 0.08
HSL 295.21º 0.84% 0.5% -
HSV(B) 295.21º 0.91% 0.92% -
XYZ 44.2 21.48 80.41 -
YUV 104.89 201.43 208.68 -
System Red Green Blue C M Y K H S L
Decimal 218 22 235 0.07 0.91 0 0.08 295.21 0.84 0.5
Hex DA 16 EB 7 5B 0 8 127 54 32
Octal 332 26 353 7 133 0 10 447 124 62
Binary 11011010 10110 11101011 111 1011011 0 1000 100100111 1010100 110010

Color Harmonies of #DA16EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16EB

Black with #DA16EB

Text Example


Text Example

White with #DA16EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16EB; }

 p { color: rgb(218,22,235); }

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

background-color css

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

 a { background-color: rgb(218,22,235); }

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

border-color css

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

 span { border-color: rgb(218,22,235); }

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