Html Css Color HEX #D515FB Psychedelic Purple

📋 copy color: '#D515FB'

red 213 ◦ green 21 ◦ blue 251

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

Shades of Psychedelic Purple #D515FB

Tints of Psychedelic Purple #D515FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.75%

R = 43.92%
G = 4.33%
B = 51.75%

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

#D515FB (or 0xD515FB) is known color: Psychedelic Purple. HEX triplet: D5, 15 and FB. RGB value is (213,21,251). Sum of RGB (Red+Green+Blue) = 213+21+251=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 21 (8.59% from 255 or 4.33% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #D515FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D515FB is #2AEA04. Grayscale: #676767. Windows color (decimal): -2812421 or 16455125. OLE color: 16455125.

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

Color convert

RGB 213 21 251 -
CMYK 0.15 0.92 0 0.02
HSL 290.09º 0.97% 0.53% -
HSV(B) 290.09º 0.92% 0.98% -
XYZ 45.12 21.65 93.07 -
YUV 104.63 210.61 205.3 -
System Red Green Blue C M Y K H S L
Decimal 213 21 251 0.15 0.92 0 0.02 290.09 0.97 0.53
Hex D5 15 FB F 5C 0 2 122 61 35
Octal 325 25 373 17 134 0 2 442 141 65
Binary 11010101 10101 11111011 1111 1011100 0 10 100100010 1100001 110101

Color Harmonies of #D515FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515FB

Black with #D515FB

Text Example


Text Example

White with #D515FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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