Html Css Color HEX #DA24E6 Psychedelic Purple

📋 copy color: '#DA24E6'

red 218 ◦ green 36 ◦ blue 230

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

Shades of Psychedelic Purple #DA24E6

Tints of Psychedelic Purple #DA24E6

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.44%

 BLUE value IS 230 (90.23% from 255) = 47.52%

R = 45.04%
G = 7.44%
B = 47.52%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA24E6 (or 0xDA24E6) is known color: Psychedelic Purple. HEX triplet: DA, 24 and E6. RGB value is (218,36,230). Sum of RGB (Red+Green+Blue) = 218+36+230=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 36 (14.45% from 255 or 7.44% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA24E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA24E6 is #25DB19. Grayscale: #6F6F6F. Windows color (decimal): -2480922 or 15082714. OLE color: 15082714.

HSL color Cylindrical-coordinate representation of color #DA24E6: hue angle of 296.29º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA24E6 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 36 230 -
CMYK 0.05 0.84 0 0.10
HSL 296.29º 0.8% 0.52% -
HSV(B) 296.29º 0.84% 0.9% -
XYZ 43.83 21.88 76.78 -
YUV 112.53 194.3 203.23 -
System Red Green Blue C M Y K H S L
Decimal 218 36 230 0.05 0.84 0 0.10 296.29 0.8 0.52
Hex DA 24 E6 5 54 0 A 128 50 34
Octal 332 44 346 5 124 0 12 450 120 64
Binary 11011010 100100 11100110 101 1010100 0 1010 100101000 1010000 110100

Color Harmonies of #DA24E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA24E6

Black with #DA24E6

Text Example


Text Example

White with #DA24E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA24E6; }

 p { color: rgb(218,36,230); }

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

background-color css

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

 a { background-color: rgb(218,36,230); }

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

border-color css

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

 span { border-color: rgb(218,36,230); }

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