Html Css Color HEX #DA28F9 Psychedelic Purple

📋 copy color: '#DA28F9'

red 218 ◦ green 40 ◦ blue 249

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

Shades of Psychedelic Purple #DA28F9

Tints of Psychedelic Purple #DA28F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.11%

R = 43%
G = 7.89%
B = 49.11%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA28F9 (or 0xDA28F9) is known color: Psychedelic Purple. HEX triplet: DA, 28 and F9. RGB value is (218,40,249). Sum of RGB (Red+Green+Blue) = 218+40+249=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 40 (16.02% from 255 or 7.89% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA28F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA28F9 is #25D706. Grayscale: #747474. Windows color (decimal): -2479879 or 16328922. OLE color: 16328922.

HSL color Cylindrical-coordinate representation of color #DA28F9: hue angle of 291.1º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA28F9 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 40 249 -
CMYK 0.12 0.84 0 0.02
HSL 291.1º 0.95% 0.57% -
HSV(B) 291.1º 0.84% 0.98% -
XYZ 46.77 23.26 91.65 -
YUV 117.05 202.47 200.01 -
System Red Green Blue C M Y K H S L
Decimal 218 40 249 0.12 0.84 0 0.02 291.1 0.95 0.57
Hex DA 28 F9 C 54 0 2 123 5F 39
Octal 332 50 371 14 124 0 2 443 137 71
Binary 11011010 101000 11111001 1100 1010100 0 10 100100011 1011111 111001

Color Harmonies of #DA28F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA28F9

Black with #DA28F9

Text Example


Text Example

White with #DA28F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA28F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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