Html Css Color HEX #D415F1 Psychedelic Purple

📋 copy color: '#D415F1'

red 212 ◦ green 21 ◦ blue 241

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

Shades of Psychedelic Purple #D415F1

Tints of Psychedelic Purple #D415F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.84%

R = 44.73%
G = 4.43%
B = 50.84%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D415F1 (or 0xD415F1) is known color: Psychedelic Purple. HEX triplet: D4, 15 and F1. RGB value is (212,21,241). Sum of RGB (Red+Green+Blue) = 212+21+241=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #D415F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D415F1 is #2BEA0E. Grayscale: #666666. Windows color (decimal): -2877967 or 15799764. OLE color: 15799764.

HSL color Cylindrical-coordinate representation of color #D415F1: hue angle of 292.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D415F1 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 21 241 -
CMYK 0.12 0.91 0 0.05
HSL 292.09º 0.89% 0.51% -
HSV(B) 292.09º 0.91% 0.95% -
XYZ 43.3 20.88 84.97 -
YUV 103.19 205.78 205.61 -
System Red Green Blue C M Y K H S L
Decimal 212 21 241 0.12 0.91 0 0.05 292.09 0.89 0.51
Hex D4 15 F1 C 5B 0 5 124 59 33
Octal 324 25 361 14 133 0 5 444 131 63
Binary 11010100 10101 11110001 1100 1011011 0 101 100100100 1011001 110011

Color Harmonies of #D415F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D415F1

Black with #D415F1

Text Example


Text Example

White with #D415F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D415F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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