Html Css Color HEX #DA06FF Psychedelic Purple

📋 copy color: '#DA06FF'

red 218 ◦ green 6 ◦ blue 255

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

Shades of Psychedelic Purple #DA06FF

Tints of Psychedelic Purple #DA06FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.25%

 BLUE value IS 255 (100% from 255) = 53.24%

R = 45.51%
G = 1.25%
B = 53.24%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA06FF (or 0xDA06FF) is known color: Psychedelic Purple. HEX triplet: DA, 06 and FF. RGB value is (218,6,255). Sum of RGB (Red+Green+Blue) = 218+6+255=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 6 (2.73% from 255 or 1.25% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA06FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA06FF is #25F900. Grayscale: #606060. Windows color (decimal): -2488577 or 16713434. OLE color: 16713434.

HSL color Cylindrical-coordinate representation of color #DA06FF: hue angle of 291.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA06FF is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 6 255 -
CMYK 0.15 0.98 0 0
HSL 291.08º 1% 0.51% -
HSV(B) 291.08º 0.98% 1% -
XYZ 47.03 22.26 96.42 -
YUV 97.77 216.74 213.75 -
System Red Green Blue C M Y K H S L
Decimal 218 6 255 0.15 0.98 0 0 291.08 1 0.51
Hex DA 6 FF F 62 0 0 123 64 33
Octal 332 6 377 17 142 0 0 443 144 63
Binary 11011010 110 11111111 1111 1100010 0 0 100100011 1100100 110011

Color Harmonies of #DA06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA06FF

Black with #DA06FF

Text Example


Text Example

White with #DA06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA06FF; }

 p { color: rgb(218,6,255); }

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

background-color css

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

 a { background-color: rgb(218,6,255); }

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

border-color css

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

 span { border-color: rgb(218,6,255); }

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