Html Css Color HEX #D415F9 Psychedelic Purple

📋 copy color: '#D415F9'

red 212 ◦ green 21 ◦ blue 249

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

Shades of Psychedelic Purple #D415F9

Tints of Psychedelic Purple #D415F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.66%

R = 43.98%
G = 4.36%
B = 51.66%

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

#D415F9 (or 0xD415F9) is known color: Psychedelic Purple. HEX triplet: D4, 15 and F9. RGB value is (212,21,249). Sum of RGB (Red+Green+Blue) = 212+21+249=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #D415F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D415F9 is #2BEA06. Grayscale: #676767. Windows color (decimal): -2877959 or 16324052. OLE color: 16324052.

HSL color Cylindrical-coordinate representation of color #D415F9: hue angle of 290.26º degrees, saturation: 0.95, 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 #D415F9 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 21 249 -
CMYK 0.15 0.92 0 0.02
HSL 290.26º 0.95% 0.53% -
HSV(B) 290.26º 0.92% 0.98% -
XYZ 44.52 21.37 91.4 -
YUV 104.1 209.78 204.96 -
System Red Green Blue C M Y K H S L
Decimal 212 21 249 0.15 0.92 0 0.02 290.26 0.95 0.53
Hex D4 15 F9 F 5C 0 2 122 5F 35
Octal 324 25 371 17 134 0 2 442 137 65
Binary 11010100 10101 11111001 1111 1011100 0 10 100100010 1011111 110101

Color Harmonies of #D415F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D415F9

Black with #D415F9

Text Example


Text Example

White with #D415F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D415F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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