Html Css Color HEX #D40AE8 Psychedelic Purple

📋 copy color: '#D40AE8'

red 212 ◦ green 10 ◦ blue 232

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

Shades of Psychedelic Purple #D40AE8

Tints of Psychedelic Purple #D40AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 51.1%

R = 46.7%
G = 2.2%
B = 51.1%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D40AE8 (or 0xD40AE8) is known color: Psychedelic Purple. HEX triplet: D4, 0A and E8. RGB value is (212,10,232). Sum of RGB (Red+Green+Blue) = 212+10+232=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 232 (91.02% from 255 or 51.10% from 454); Max value from RGB is 232 - color contains mainly: blue. Hex color #D40AE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40AE8 is #2BF517. Grayscale: #5F5F5F. Windows color (decimal): -2880792 or 15207124. OLE color: 15207124.

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

Color convert

RGB 212 10 232 -
CMYK 0.09 0.96 0 0.09
HSL 294.59º 0.92% 0.47% -
HSV(B) 294.59º 0.96% 0.91% -
XYZ 41.83 20.04 78.01 -
YUV 95.71 204.92 210.95 -
System Red Green Blue C M Y K H S L
Decimal 212 10 232 0.09 0.96 0 0.09 294.59 0.92 0.47
Hex D4 A E8 9 60 0 9 127 5C 2F
Octal 324 12 350 11 140 0 11 447 134 57
Binary 11010100 1010 11101000 1001 1100000 0 1001 100100111 1011100 101111

Color Harmonies of #D40AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40AE8

Black with #D40AE8

Text Example


Text Example

White with #D40AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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