Html Css Color HEX #D40AEB Psychedelic Purple

📋 copy color: '#D40AEB'

red 212 ◦ green 10 ◦ blue 235

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

Shades of Psychedelic Purple #D40AEB

Tints of Psychedelic Purple #D40AEB

RGB

 RED value IS 212 (83.2% from 255) = 46.39%

 GREEN value IS 10 (4.3% from 255) = 2.19%

 BLUE value IS 235 (92.19% from 255) = 51.42%

R = 46.39%
G = 2.19%
B = 51.42%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D40AEB (or 0xD40AEB) is known color: Psychedelic Purple. HEX triplet: D4, 0A and EB. RGB value is (212,10,235). Sum of RGB (Red+Green+Blue) = 212+10+235=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #D40AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40AEB is #2BF514. Grayscale: #5F5F5F. Windows color (decimal): -2880789 or 15403732. OLE color: 15403732.

HSL color Cylindrical-coordinate representation of color #D40AEB: hue angle of 293.87º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40AEB is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 10 235 -
CMYK 0.10 0.96 0 0.08
HSL 293.87º 0.92% 0.48% -
HSV(B) 293.87º 0.96% 0.92% -
XYZ 42.26 20.21 80.27 -
YUV 96.05 206.42 210.7 -
System Red Green Blue C M Y K H S L
Decimal 212 10 235 0.10 0.96 0 0.08 293.87 0.92 0.48
Hex D4 A EB A 60 0 8 126 5C 30
Octal 324 12 353 12 140 0 10 446 134 60
Binary 11010100 1010 11101011 1010 1100000 0 1000 100100110 1011100 110000

Color Harmonies of #D40AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40AEB

Black with #D40AEB

Text Example


Text Example

White with #D40AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40AEB; }

 p { color: rgb(212,10,235); }

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

background-color css

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

 a { background-color: rgb(212,10,235); }

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

border-color css

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

 span { border-color: rgb(212,10,235); }

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