Html Css Color HEX #DA29EC Psychedelic Purple

📋 copy color: '#DA29EC'

red 218 ◦ green 41 ◦ blue 236

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

Shades of Psychedelic Purple #DA29EC

Tints of Psychedelic Purple #DA29EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 44.04%
G = 8.28%
B = 47.68%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA29EC (or 0xDA29EC) is known color: Psychedelic Purple. HEX triplet: DA, 29 and EC. RGB value is (218,41,236). Sum of RGB (Red+Green+Blue) = 218+41+236=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 41 (16.41% from 255 or 8.28% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA29EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA29EC is #25D613. Grayscale: #737373. Windows color (decimal): -2479636 or 15477210. OLE color: 15477210.

HSL color Cylindrical-coordinate representation of color #DA29EC: hue angle of 294.46º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA29EC is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 41 236 -
CMYK 0.08 0.83 0 0.07
HSL 294.46º 0.84% 0.54% -
HSV(B) 294.46º 0.83% 0.93% -
XYZ 44.85 22.55 81.35 -
YUV 116.15 195.64 200.64 -
System Red Green Blue C M Y K H S L
Decimal 218 41 236 0.08 0.83 0 0.07 294.46 0.84 0.54
Hex DA 29 EC 8 53 0 7 126 54 36
Octal 332 51 354 10 123 0 7 446 124 66
Binary 11011010 101001 11101100 1000 1010011 0 111 100100110 1010100 110110

Color Harmonies of #DA29EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29EC

Black with #DA29EC

Text Example


Text Example

White with #DA29EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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