Html Css Color HEX #D40AF4 Psychedelic Purple

📋 copy color: '#D40AF4'

red 212 ◦ green 10 ◦ blue 244

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

Shades of Psychedelic Purple #D40AF4

Tints of Psychedelic Purple #D40AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 52.36%

R = 45.49%
G = 2.15%
B = 52.36%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D40AF4 (or 0xD40AF4) is known color: Psychedelic Purple. HEX triplet: D4, 0A and F4. RGB value is (212,10,244). Sum of RGB (Red+Green+Blue) = 212+10+244=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #D40AF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40AF4 is #2BF50B. Grayscale: #606060. Windows color (decimal): -2880780 or 15993556. OLE color: 15993556.

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

Color convert

RGB 212 10 244 -
CMYK 0.13 0.96 0 0.04
HSL 291.79º 0.92% 0.5% -
HSV(B) 291.79º 0.96% 0.96% -
XYZ 43.59 20.75 87.29 -
YUV 97.07 210.92 209.97 -
System Red Green Blue C M Y K H S L
Decimal 212 10 244 0.13 0.96 0 0.04 291.79 0.92 0.5
Hex D4 A F4 D 60 0 4 124 5C 32
Octal 324 12 364 15 140 0 4 444 134 62
Binary 11010100 1010 11110100 1101 1100000 0 100 100100100 1011100 110010

Color Harmonies of #D40AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40AF4

Black with #D40AF4

Text Example


Text Example

White with #D40AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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