Html Css Color HEX #DA29F6 Psychedelic Purple

📋 copy color: '#DA29F6'

red 218 ◦ green 41 ◦ blue 246

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

Shades of Psychedelic Purple #DA29F6

Tints of Psychedelic Purple #DA29F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.71%

R = 43.17%
G = 8.12%
B = 48.71%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DA29F6 (or 0xDA29F6) is known color: Psychedelic Purple. HEX triplet: DA, 29 and F6. RGB value is (218,41,246). Sum of RGB (Red+Green+Blue) = 218+41+246=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 41 (16.41% from 255 or 8.12% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA29F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA29F6 is #25D609. Grayscale: #747474. Windows color (decimal): -2479626 or 16132570. OLE color: 16132570.

HSL color Cylindrical-coordinate representation of color #DA29F6: hue angle of 291.8º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA29F6 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 41 246 -
CMYK 0.11 0.83 0 0.04
HSL 291.8º 0.92% 0.56% -
HSV(B) 291.8º 0.83% 0.96% -
XYZ 46.34 23.15 89.21 -
YUV 117.29 200.64 199.83 -
System Red Green Blue C M Y K H S L
Decimal 218 41 246 0.11 0.83 0 0.04 291.8 0.92 0.56
Hex DA 29 F6 B 53 0 4 124 5C 38
Octal 332 51 366 13 123 0 4 444 134 70
Binary 11011010 101001 11110110 1011 1010011 0 100 100100100 1011100 111000

Color Harmonies of #DA29F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29F6

Black with #DA29F6

Text Example


Text Example

White with #DA29F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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