Html Css Color HEX #D415F6 Psychedelic Purple

📋 copy color: '#D415F6'

red 212 ◦ green 21 ◦ blue 246

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

Shades of Psychedelic Purple #D415F6

Tints of Psychedelic Purple #D415F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.36%

R = 44.26%
G = 4.38%
B = 51.36%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D415F6 (or 0xD415F6) is known color: Psychedelic Purple. HEX triplet: D4, 15 and F6. RGB value is (212,21,246). Sum of RGB (Red+Green+Blue) = 212+21+246=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #D415F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D415F6 is #2BEA09. Grayscale: #676767. Windows color (decimal): -2877962 or 16127444. OLE color: 16127444.

HSL color Cylindrical-coordinate representation of color #D415F6: hue angle of 290.93º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D415F6 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 21 246 -
CMYK 0.14 0.91 0 0.04
HSL 290.93º 0.93% 0.52% -
HSV(B) 290.93º 0.91% 0.96% -
XYZ 44.05 21.19 88.96 -
YUV 103.76 208.28 205.2 -
System Red Green Blue C M Y K H S L
Decimal 212 21 246 0.14 0.91 0 0.04 290.93 0.93 0.52
Hex D4 15 F6 E 5B 0 4 123 5D 34
Octal 324 25 366 16 133 0 4 443 135 64
Binary 11010100 10101 11110110 1110 1011011 0 100 100100011 1011101 110100

Color Harmonies of #D415F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D415F6

Black with #D415F6

Text Example


Text Example

White with #D415F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D415F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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