Html Css Color HEX #DA28F1 Psychedelic Purple

📋 copy color: '#DA28F1'

red 218 ◦ green 40 ◦ blue 241

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

Shades of Psychedelic Purple #DA28F1

Tints of Psychedelic Purple #DA28F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.3%

R = 43.69%
G = 8.02%
B = 48.3%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA28F1 (or 0xDA28F1) is known color: Psychedelic Purple. HEX triplet: DA, 28 and F1. RGB value is (218,40,241). Sum of RGB (Red+Green+Blue) = 218+40+241=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 40 (16.02% from 255 or 8.02% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA28F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA28F1 is #25D70E. Grayscale: #737373. Windows color (decimal): -2479887 or 15804634. OLE color: 15804634.

HSL color Cylindrical-coordinate representation of color #DA28F1: hue angle of 293.13º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA28F1 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 40 241 -
CMYK 0.10 0.83 0 0.05
HSL 293.13º 0.88% 0.55% -
HSV(B) 293.13º 0.83% 0.95% -
XYZ 45.55 22.77 85.21 -
YUV 116.14 198.47 200.66 -
System Red Green Blue C M Y K H S L
Decimal 218 40 241 0.10 0.83 0 0.05 293.13 0.88 0.55
Hex DA 28 F1 A 53 0 5 125 58 37
Octal 332 50 361 12 123 0 5 445 130 67
Binary 11011010 101000 11110001 1010 1010011 0 101 100100101 1011000 110111

Color Harmonies of #DA28F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA28F1

Black with #DA28F1

Text Example


Text Example

White with #DA28F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA28F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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