Html Css Color HEX #D40AEA Psychedelic Purple

📋 copy color: '#D40AEA'

red 212 ◦ green 10 ◦ blue 234

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

Shades of Psychedelic Purple #D40AEA

Tints of Psychedelic Purple #D40AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.32%

R = 46.49%
G = 2.19%
B = 51.32%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D40AEA (or 0xD40AEA) is known color: Psychedelic Purple. HEX triplet: D4, 0A and EA. RGB value is (212,10,234). Sum of RGB (Red+Green+Blue) = 212+10+234=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #D40AEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40AEA is #2BF515. Grayscale: #5F5F5F. Windows color (decimal): -2880790 or 15338196. OLE color: 15338196.

HSL color Cylindrical-coordinate representation of color #D40AEA: hue angle of 294.11º 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 #D40AEA is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 10 234 -
CMYK 0.09 0.96 0 0.08
HSL 294.11º 0.92% 0.48% -
HSV(B) 294.11º 0.96% 0.92% -
XYZ 42.11 20.15 79.51 -
YUV 95.93 205.92 210.79 -
System Red Green Blue C M Y K H S L
Decimal 212 10 234 0.09 0.96 0 0.08 294.11 0.92 0.48
Hex D4 A EA 9 60 0 8 126 5C 30
Octal 324 12 352 11 140 0 10 446 134 60
Binary 11010100 1010 11101010 1001 1100000 0 1000 100100110 1011100 110000

Color Harmonies of #D40AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40AEA

Black with #D40AEA

Text Example


Text Example

White with #D40AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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