Html Css Color HEX #DA16F6 Psychedelic Purple

📋 copy color: '#DA16F6'

red 218 ◦ green 22 ◦ blue 246

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

Shades of Psychedelic Purple #DA16F6

Tints of Psychedelic Purple #DA16F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.62%

R = 44.86%
G = 4.53%
B = 50.62%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DA16F6 (or 0xDA16F6) is known color: Psychedelic Purple. HEX triplet: DA, 16 and F6. RGB value is (218,22,246). Sum of RGB (Red+Green+Blue) = 218+22+246=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 22 (8.98% from 255 or 4.53% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA16F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA16F6 is #25E909. Grayscale: #696969. Windows color (decimal): -2484490 or 16127706. OLE color: 16127706.

HSL color Cylindrical-coordinate representation of color #DA16F6: hue angle of 292.5º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA16F6 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 22 246 -
CMYK 0.11 0.91 0 0.04
HSL 292.5º 0.93% 0.53% -
HSV(B) 292.5º 0.91% 0.96% -
XYZ 45.83 22.13 89.05 -
YUV 106.14 206.93 207.79 -
System Red Green Blue C M Y K H S L
Decimal 218 22 246 0.11 0.91 0 0.04 292.5 0.93 0.53
Hex DA 16 F6 B 5B 0 4 124 5D 35
Octal 332 26 366 13 133 0 4 444 135 65
Binary 11011010 10110 11110110 1011 1011011 0 100 100100100 1011101 110101

Color Harmonies of #DA16F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16F6

Black with #DA16F6

Text Example


Text Example

White with #DA16F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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