Html Css Color HEX #DA28FF Psychedelic Purple

📋 copy color: '#DA28FF'

red 218 ◦ green 40 ◦ blue 255

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

Shades of Psychedelic Purple #DA28FF

Tints of Psychedelic Purple #DA28FF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.8%

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

R = 42.5%
G = 7.8%
B = 49.71%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA28FF (or 0xDA28FF) is known color: Psychedelic Purple. HEX triplet: DA, 28 and FF. RGB value is (218,40,255). Sum of RGB (Red+Green+Blue) = 218+40+255=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 40 (16.02% from 255 or 7.80% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA28FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA28FF is #25D700. Grayscale: #757575. Windows color (decimal): -2479873 or 16722138. OLE color: 16722138.

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

Color convert

RGB 218 40 255 -
CMYK 0.15 0.84 0 0
HSL 289.67º 1% 0.58% -
HSV(B) 289.67º 0.84% 1% -
XYZ 47.72 23.64 96.66 -
YUV 117.73 205.47 199.52 -
System Red Green Blue C M Y K H S L
Decimal 218 40 255 0.15 0.84 0 0 289.67 1 0.58
Hex DA 28 FF F 54 0 0 122 64 3A
Octal 332 50 377 17 124 0 0 442 144 72
Binary 11011010 101000 11111111 1111 1010100 0 0 100100010 1100100 111010

Color Harmonies of #DA28FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA28FF

Black with #DA28FF

Text Example


Text Example

White with #DA28FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA28FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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