Html Css Color HEX #D40FFA Psychedelic Purple

📋 copy color: '#D40FFA'

red 212 ◦ green 15 ◦ blue 250

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

Shades of Psychedelic Purple #D40FFA

Tints of Psychedelic Purple #D40FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.14%

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 44.44%
G = 3.14%
B = 52.41%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D40FFA (or 0xD40FFA) is known color: Psychedelic Purple. HEX triplet: D4, 0F and FA. RGB value is (212,15,250). Sum of RGB (Red+Green+Blue) = 212+15+250=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 15 (6.25% from 255 or 3.14% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #D40FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40FFA is #2BF005. Grayscale: #636363. Windows color (decimal): -2879494 or 16388052. OLE color: 16388052.

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

Color convert

RGB 212 15 250 -
CMYK 0.15 0.94 0 0.02
HSL 290.3º 0.96% 0.52% -
HSV(B) 290.3º 0.94% 0.98% -
XYZ 44.58 21.24 92.19 -
YUV 100.69 212.27 207.39 -
System Red Green Blue C M Y K H S L
Decimal 212 15 250 0.15 0.94 0 0.02 290.3 0.96 0.52
Hex D4 F FA F 5E 0 2 122 60 34
Octal 324 17 372 17 136 0 2 442 140 64
Binary 11010100 1111 11111010 1111 1011110 0 10 100100010 1100000 110100

Color Harmonies of #D40FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40FFA

Black with #D40FFA

Text Example


Text Example

White with #D40FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40FFA; }

 p { color: rgb(212,15,250); }

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

background-color css

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

 a { background-color: rgb(212,15,250); }

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

border-color css

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

 span { border-color: rgb(212,15,250); }

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