Html Css Color HEX #D40AFF Psychedelic Purple

📋 copy color: '#D40AFF'

red 212 ◦ green 10 ◦ blue 255

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

Shades of Psychedelic Purple #D40AFF

Tints of Psychedelic Purple #D40AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.46%

R = 44.44%
G = 2.1%
B = 53.46%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D40AFF (or 0xD40AFF) is known color: Psychedelic Purple. HEX triplet: D4, 0A and FF. RGB value is (212,10,255). Sum of RGB (Red+Green+Blue) = 212+10+255=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #D40AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40AFF is #2BF500. Grayscale: #616161. Windows color (decimal): -2880769 or 16714452. OLE color: 16714452.

HSL color Cylindrical-coordinate representation of color #D40AFF: hue angle of 289.47º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40AFF is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 10 255 -
CMYK 0.17 0.96 0 0
HSL 289.47º 1% 0.52% -
HSV(B) 289.47º 0.96% 1% -
XYZ 45.31 21.43 96.36 -
YUV 98.33 216.42 209.08 -
System Red Green Blue C M Y K H S L
Decimal 212 10 255 0.17 0.96 0 0 289.47 1 0.52
Hex D4 A FF 11 60 0 0 121 64 34
Octal 324 12 377 21 140 0 0 441 144 64
Binary 11010100 1010 11111111 10001 1100000 0 0 100100001 1100100 110100

Color Harmonies of #D40AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40AFF

Black with #D40AFF

Text Example


Text Example

White with #D40AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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