Html Css Color HEX #DA27FA Psychedelic Purple

📋 copy color: '#DA27FA'

red 218 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #DA27FA

Tints of Psychedelic Purple #DA27FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.69%

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 43%
G = 7.69%
B = 49.31%

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

#DA27FA (or 0xDA27FA) is known color: Psychedelic Purple. HEX triplet: DA, 27 and FA. RGB value is (218,39,250). Sum of RGB (Red+Green+Blue) = 218+39+250=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 39 (15.62% from 255 or 7.69% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA27FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA27FA is #25D805. Grayscale: #737373. Windows color (decimal): -2480134 or 16394202. OLE color: 16394202.

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

Color convert

RGB 218 39 250 -
CMYK 0.13 0.84 0 0.02
HSL 290.9º 0.95% 0.57% -
HSV(B) 290.9º 0.84% 0.98% -
XYZ 46.89 23.26 92.46 -
YUV 116.58 203.3 200.34 -
System Red Green Blue C M Y K H S L
Decimal 218 39 250 0.13 0.84 0 0.02 290.9 0.95 0.57
Hex DA 27 FA D 54 0 2 123 5F 39
Octal 332 47 372 15 124 0 2 443 137 71
Binary 11011010 100111 11111010 1101 1010100 0 10 100100011 1011111 111001

Color Harmonies of #DA27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA27FA

Black with #DA27FA

Text Example


Text Example

White with #DA27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA27FA; }

 p { color: rgb(218,39,250); }

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

background-color css

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

 a { background-color: rgb(218,39,250); }

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

border-color css

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

 span { border-color: rgb(218,39,250); }

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