Html Css Color HEX #DA27FF Psychedelic Purple

📋 copy color: '#DA27FF'

red 218 ◦ green 39 ◦ blue 255

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

Shades of Psychedelic Purple #DA27FF

Tints of Psychedelic Purple #DA27FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 42.58%
G = 7.62%
B = 49.8%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA27FF (or 0xDA27FF) is known color: Psychedelic Purple. HEX triplet: DA, 27 and FF. RGB value is (218,39,255). Sum of RGB (Red+Green+Blue) = 218+39+255=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 39 (15.62% from 255 or 7.62% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA27FF is #25D800. Grayscale: #747474. Windows color (decimal): -2480129 or 16721882. OLE color: 16721882.

HSL color Cylindrical-coordinate representation of color #DA27FF: hue angle of 289.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA27FF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 39 255 -
CMYK 0.15 0.85 0 0
HSL 289.72º 1% 0.58% -
HSV(B) 289.72º 0.85% 1% -
XYZ 47.69 23.58 96.64 -
YUV 117.15 205.8 199.94 -
System Red Green Blue C M Y K H S L
Decimal 218 39 255 0.15 0.85 0 0 289.72 1 0.58
Hex DA 27 FF F 55 0 0 122 64 3A
Octal 332 47 377 17 125 0 0 442 144 72
Binary 11011010 100111 11111111 1111 1010101 0 0 100100010 1100100 111010

Color Harmonies of #DA27FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA27FF

Black with #DA27FF

Text Example


Text Example

White with #DA27FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA27FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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