Html Css Color HEX #D40AFC Psychedelic Purple

📋 copy color: '#D40AFC'

red 212 ◦ green 10 ◦ blue 252

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

Shades of Psychedelic Purple #D40AFC

Tints of Psychedelic Purple #D40AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.16%

R = 44.73%
G = 2.11%
B = 53.16%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D40AFC (or 0xD40AFC) is known color: Psychedelic Purple. HEX triplet: D4, 0A and FC. RGB value is (212,10,252). Sum of RGB (Red+Green+Blue) = 212+10+252=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 10 (4.30% from 255 or 2.11% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #D40AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40AFC is #2BF503. Grayscale: #616161. Windows color (decimal): -2880772 or 16517844. OLE color: 16517844.

HSL color Cylindrical-coordinate representation of color #D40AFC: hue angle of 290.08º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40AFC is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 10 252 -
CMYK 0.16 0.96 0 0.01
HSL 290.08º 0.98% 0.51% -
HSV(B) 290.08º 0.96% 0.99% -
XYZ 44.83 21.24 93.83 -
YUV 97.99 214.92 209.32 -
System Red Green Blue C M Y K H S L
Decimal 212 10 252 0.16 0.96 0 0.01 290.08 0.98 0.51
Hex D4 A FC 10 60 0 1 122 62 33
Octal 324 12 374 20 140 0 1 442 142 63
Binary 11010100 1010 11111100 10000 1100000 0 1 100100010 1100010 110011

Color Harmonies of #D40AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40AFC

Black with #D40AFC

Text Example


Text Example

White with #D40AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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