Html Css Color HEX #D515F3 Psychedelic Purple

📋 copy color: '#D515F3'

red 213 ◦ green 21 ◦ blue 243

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

Shades of Psychedelic Purple #D515F3

Tints of Psychedelic Purple #D515F3

RGB

 RED value IS 213 (83.59% from 255) = 44.65%

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

 BLUE value IS 243 (95.31% from 255) = 50.94%

R = 44.65%
G = 4.4%
B = 50.94%

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

#D515F3 (or 0xD515F3) is known color: Psychedelic Purple. HEX triplet: D5, 15 and F3. RGB value is (213,21,243). Sum of RGB (Red+Green+Blue) = 213+21+243=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #D515F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D515F3 is #2AEA0C. Grayscale: #676767. Windows color (decimal): -2812429 or 15930837. OLE color: 15930837.

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

Color convert

RGB 213 21 243 -
CMYK 0.12 0.91 0 0.05
HSL 291.89º 0.9% 0.52% -
HSV(B) 291.89º 0.91% 0.95% -
XYZ 43.89 21.15 86.56 -
YUV 103.72 206.61 205.95 -
System Red Green Blue C M Y K H S L
Decimal 213 21 243 0.12 0.91 0 0.05 291.89 0.9 0.52
Hex D5 15 F3 C 5B 0 5 124 5A 34
Octal 325 25 363 14 133 0 5 444 132 64
Binary 11010101 10101 11110011 1100 1011011 0 101 100100100 1011010 110100

Color Harmonies of #D515F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515F3

Black with #D515F3

Text Example


Text Example

White with #D515F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515F3; }

 p { color: rgb(213,21,243); }

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

background-color css

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

 a { background-color: rgb(213,21,243); }

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

border-color css

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

 span { border-color: rgb(213,21,243); }

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