Html Css Color HEX #DA29FB Psychedelic Purple

📋 copy color: '#DA29FB'

red 218 ◦ green 41 ◦ blue 251

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

Shades of Psychedelic Purple #DA29FB

Tints of Psychedelic Purple #DA29FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.22%

R = 42.75%
G = 8.04%
B = 49.22%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA29FB (or 0xDA29FB) is known color: Psychedelic Purple. HEX triplet: DA, 29 and FB. RGB value is (218,41,251). Sum of RGB (Red+Green+Blue) = 218+41+251=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 41 (16.41% from 255 or 8.04% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA29FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA29FB is #25D604. Grayscale: #757575. Windows color (decimal): -2479621 or 16460250. OLE color: 16460250.

HSL color Cylindrical-coordinate representation of color #DA29FB: hue angle of 290.57º degrees, saturation: 0.96, 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 #DA29FB is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 41 251 -
CMYK 0.13 0.84 0 0.02
HSL 290.57º 0.96% 0.57% -
HSV(B) 290.57º 0.84% 0.98% -
XYZ 47.12 23.46 93.31 -
YUV 117.86 203.14 199.42 -
System Red Green Blue C M Y K H S L
Decimal 218 41 251 0.13 0.84 0 0.02 290.57 0.96 0.57
Hex DA 29 FB D 54 0 2 123 60 39
Octal 332 51 373 15 124 0 2 443 140 71
Binary 11011010 101001 11111011 1101 1010100 0 10 100100011 1100000 111001

Color Harmonies of #DA29FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29FB

Black with #DA29FB

Text Example


Text Example

White with #DA29FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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