Html Css Color HEX #DA23F1 Psychedelic Purple

📋 copy color: '#DA23F1'

red 218 ◦ green 35 ◦ blue 241

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

Shades of Psychedelic Purple #DA23F1

Tints of Psychedelic Purple #DA23F1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.09%

 BLUE value IS 241 (94.53% from 255) = 48.79%

R = 44.13%
G = 7.09%
B = 48.79%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA23F1 (or 0xDA23F1) is known color: Psychedelic Purple. HEX triplet: DA, 23 and F1. RGB value is (218,35,241). Sum of RGB (Red+Green+Blue) = 218+35+241=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 35 (14.06% from 255 or 7.09% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA23F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA23F1 is #25DC0E. Grayscale: #707070. Windows color (decimal): -2481167 or 15803354. OLE color: 15803354.

HSL color Cylindrical-coordinate representation of color #DA23F1: hue angle of 293.3º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA23F1 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 35 241 -
CMYK 0.10 0.85 0 0.05
HSL 293.3º 0.88% 0.54% -
HSV(B) 293.3º 0.85% 0.95% -
XYZ 45.39 22.46 85.16 -
YUV 113.2 200.13 202.75 -
System Red Green Blue C M Y K H S L
Decimal 218 35 241 0.10 0.85 0 0.05 293.3 0.88 0.54
Hex DA 23 F1 A 55 0 5 125 58 36
Octal 332 43 361 12 125 0 5 445 130 66
Binary 11011010 100011 11110001 1010 1010101 0 101 100100101 1011000 110110

Color Harmonies of #DA23F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA23F1

Black with #DA23F1

Text Example


Text Example

White with #DA23F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA23F1; }

 p { color: rgb(218,35,241); }

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

background-color css

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

 a { background-color: rgb(218,35,241); }

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

border-color css

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

 span { border-color: rgb(218,35,241); }

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