Html Css Color HEX #DA2BE4 Psychedelic Purple

📋 copy color: '#DA2BE4'

red 218 ◦ green 43 ◦ blue 228

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

Shades of Psychedelic Purple #DA2BE4

Tints of Psychedelic Purple #DA2BE4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.79%

 BLUE value IS 228 (89.45% from 255) = 46.63%

R = 44.58%
G = 8.79%
B = 46.63%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DA2BE4 (or 0xDA2BE4) is known color: Psychedelic Purple. HEX triplet: DA, 2B and E4. RGB value is (218,43,228). Sum of RGB (Red+Green+Blue) = 218+43+228=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 43 (17.19% from 255 or 8.79% from 489); Blue value is 228 (89.45% from 255 or 46.63% from 489); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA2BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2BE4 is #25D41B. Grayscale: #737373. Windows color (decimal): -2479132 or 14953434. OLE color: 14953434.

HSL color Cylindrical-coordinate representation of color #DA2BE4: hue angle of 296.76º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2BE4 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 43 228 -
CMYK 0.04 0.81 0 0.11
HSL 296.76º 0.77% 0.53% -
HSV(B) 296.76º 0.81% 0.89% -
XYZ 43.78 22.23 75.38 -
YUV 116.42 190.98 200.46 -
System Red Green Blue C M Y K H S L
Decimal 218 43 228 0.04 0.81 0 0.11 296.76 0.77 0.53
Hex DA 2B E4 4 51 0 B 129 4D 35
Octal 332 53 344 4 121 0 13 451 115 65
Binary 11011010 101011 11100100 100 1010001 0 1011 100101001 1001101 110101

Color Harmonies of #DA2BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2BE4

Black with #DA2BE4

Text Example


Text Example

White with #DA2BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2BE4; }

 p { color: rgb(218,43,228); }

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

background-color css

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

 a { background-color: rgb(218,43,228); }

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

border-color css

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

 span { border-color: rgb(218,43,228); }

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