Html Css Color HEX #D415EF Psychedelic Purple

📋 copy color: '#D415EF'

red 212 ◦ green 21 ◦ blue 239

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

Shades of Psychedelic Purple #D415EF

Tints of Psychedelic Purple #D415EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 44.92%
G = 4.45%
B = 50.64%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D415EF (or 0xD415EF) is known color: Psychedelic Purple. HEX triplet: D4, 15 and EF. RGB value is (212,21,239). Sum of RGB (Red+Green+Blue) = 212+21+239=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #D415EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D415EF is #2BEA10. Grayscale: #666666. Windows color (decimal): -2877969 or 15668692. OLE color: 15668692.

HSL color Cylindrical-coordinate representation of color #D415EF: hue angle of 292.57º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D415EF is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 21 239 -
CMYK 0.11 0.91 0 0.06
HSL 292.57º 0.87% 0.51% -
HSV(B) 292.57º 0.91% 0.94% -
XYZ 43 20.77 83.4 -
YUV 102.96 204.78 205.77 -
System Red Green Blue C M Y K H S L
Decimal 212 21 239 0.11 0.91 0 0.06 292.57 0.87 0.51
Hex D4 15 EF B 5B 0 6 125 57 33
Octal 324 25 357 13 133 0 6 445 127 63
Binary 11010100 10101 11101111 1011 1011011 0 110 100100101 1010111 110011

Color Harmonies of #D415EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D415EF

Black with #D415EF

Text Example


Text Example

White with #D415EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D415EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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