Html Css Color HEX #D415FA Psychedelic Purple

📋 copy color: '#D415FA'

red 212 ◦ green 21 ◦ blue 250

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

Shades of Psychedelic Purple #D415FA

Tints of Psychedelic Purple #D415FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.35%

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

R = 43.89%
G = 4.35%
B = 51.76%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D415FA (or 0xD415FA) is known color: Psychedelic Purple. HEX triplet: D4, 15 and FA. RGB value is (212,21,250). Sum of RGB (Red+Green+Blue) = 212+21+250=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #D415FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D415FA is #2BEA05. Grayscale: #676767. Windows color (decimal): -2877958 or 16389588. OLE color: 16389588.

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

Color convert

RGB 212 21 250 -
CMYK 0.15 0.92 0 0.02
HSL 290.04º 0.96% 0.53% -
HSV(B) 290.04º 0.92% 0.98% -
XYZ 44.67 21.44 92.23 -
YUV 104.22 210.28 204.88 -
System Red Green Blue C M Y K H S L
Decimal 212 21 250 0.15 0.92 0 0.02 290.04 0.96 0.53
Hex D4 15 FA F 5C 0 2 122 60 35
Octal 324 25 372 17 134 0 2 442 140 65
Binary 11010100 10101 11111010 1111 1011100 0 10 100100010 1100000 110101

Color Harmonies of #D415FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D415FA

Black with #D415FA

Text Example


Text Example

White with #D415FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D415FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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