Html Css Color HEX #DA2BEE Psychedelic Purple

📋 copy color: '#DA2BEE'

red 218 ◦ green 43 ◦ blue 238

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

Shades of Psychedelic Purple #DA2BEE

Tints of Psychedelic Purple #DA2BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 43.69%
G = 8.62%
B = 47.7%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA2BEE (or 0xDA2BEE) is known color: Psychedelic Purple. HEX triplet: DA, 2B and EE. RGB value is (218,43,238). Sum of RGB (Red+Green+Blue) = 218+43+238=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 43 (17.19% from 255 or 8.62% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA2BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2BEE is #25D411. Grayscale: #747474. Windows color (decimal): -2479122 or 15608794. OLE color: 15608794.

HSL color Cylindrical-coordinate representation of color #DA2BEE: hue angle of 293.85º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2BEE is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 43 238 -
CMYK 0.08 0.82 0 0.07
HSL 293.85º 0.85% 0.55% -
HSV(B) 293.85º 0.82% 0.93% -
XYZ 45.21 22.81 82.91 -
YUV 117.56 195.98 199.64 -
System Red Green Blue C M Y K H S L
Decimal 218 43 238 0.08 0.82 0 0.07 293.85 0.85 0.55
Hex DA 2B EE 8 52 0 7 126 55 37
Octal 332 53 356 10 122 0 7 446 125 67
Binary 11011010 101011 11101110 1000 1010010 0 111 100100110 1010101 110111

Color Harmonies of #DA2BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2BEE

Black with #DA2BEE

Text Example


Text Example

White with #DA2BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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