Html Css Color HEX #DA29E6 Psychedelic Purple

📋 copy color: '#DA29E6'

red 218 ◦ green 41 ◦ blue 230

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

Shades of Psychedelic Purple #DA29E6

Tints of Psychedelic Purple #DA29E6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.38%

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 44.58%
G = 8.38%
B = 47.03%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA29E6 (or 0xDA29E6) is known color: Psychedelic Purple. HEX triplet: DA, 29 and E6. RGB value is (218,41,230). Sum of RGB (Red+Green+Blue) = 218+41+230=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA29E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA29E6 is #25D619. Grayscale: #727272. Windows color (decimal): -2479642 or 15083994. OLE color: 15083994.

HSL color Cylindrical-coordinate representation of color #DA29E6: hue angle of 296.19º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA29E6 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 41 230 -
CMYK 0.05 0.82 0 0.10
HSL 296.19º 0.79% 0.53% -
HSV(B) 296.19º 0.82% 0.9% -
XYZ 43.99 22.2 76.83 -
YUV 115.47 192.64 201.13 -
System Red Green Blue C M Y K H S L
Decimal 218 41 230 0.05 0.82 0 0.10 296.19 0.79 0.53
Hex DA 29 E6 5 52 0 A 128 4F 35
Octal 332 51 346 5 122 0 12 450 117 65
Binary 11011010 101001 11100110 101 1010010 0 1010 100101000 1001111 110101

Color Harmonies of #DA29E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29E6

Black with #DA29E6

Text Example


Text Example

White with #DA29E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29E6; }

 p { color: rgb(218,41,230); }

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

background-color css

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

 a { background-color: rgb(218,41,230); }

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

border-color css

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

 span { border-color: rgb(218,41,230); }

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