Html Css Color HEX #DA33F6 Psychedelic Purple

📋 copy color: '#DA33F6'

red 218 ◦ green 51 ◦ blue 246

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

Shades of Psychedelic Purple #DA33F6

Tints of Psychedelic Purple #DA33F6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.9%

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

R = 42.33%
G = 9.9%
B = 47.77%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DA33F6 (or 0xDA33F6) is known color: Psychedelic Purple. HEX triplet: DA, 33 and F6. RGB value is (218,51,246). Sum of RGB (Red+Green+Blue) = 218+51+246=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 51 (20.31% from 255 or 9.90% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA33F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA33F6 is #25CC09. Grayscale: #7A7A7A. Windows color (decimal): -2477066 or 16135130. OLE color: 16135130.

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

Color convert

RGB 218 51 246 -
CMYK 0.11 0.79 0 0.04
HSL 291.38º 0.92% 0.58% -
HSV(B) 291.38º 0.79% 0.96% -
XYZ 46.73 23.93 89.34 -
YUV 123.16 197.33 195.64 -
System Red Green Blue C M Y K H S L
Decimal 218 51 246 0.11 0.79 0 0.04 291.38 0.92 0.58
Hex DA 33 F6 B 4F 0 4 123 5C 3A
Octal 332 63 366 13 117 0 4 443 134 72
Binary 11011010 110011 11110110 1011 1001111 0 100 100100011 1011100 111010

Color Harmonies of #DA33F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA33F6

Black with #DA33F6

Text Example


Text Example

White with #DA33F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA33F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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