Html Css Color HEX #D518FB Psychedelic Purple

📋 copy color: '#D518FB'

red 213 ◦ green 24 ◦ blue 251

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

Shades of Psychedelic Purple #D518FB

Tints of Psychedelic Purple #D518FB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.92%

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

R = 43.65%
G = 4.92%
B = 51.43%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D518FB (or 0xD518FB) is known color: Psychedelic Purple. HEX triplet: D5, 18 and FB. RGB value is (213,24,251). Sum of RGB (Red+Green+Blue) = 213+24+251=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #D518FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D518FB is #2AE704. Grayscale: #696969. Windows color (decimal): -2811653 or 16455893. OLE color: 16455893.

HSL color Cylindrical-coordinate representation of color #D518FB: hue angle of 289.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D518FB is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 24 251 -
CMYK 0.15 0.90 0 0.02
HSL 289.96º 0.97% 0.54% -
HSV(B) 289.96º 0.9% 0.98% -
XYZ 45.18 21.76 93.09 -
YUV 106.39 209.62 204.04 -
System Red Green Blue C M Y K H S L
Decimal 213 24 251 0.15 0.90 0 0.02 289.96 0.97 0.54
Hex D5 18 FB F 5A 0 2 122 61 36
Octal 325 30 373 17 132 0 2 442 141 66
Binary 11010101 11000 11111011 1111 1011010 0 10 100100010 1100001 110110

Color Harmonies of #D518FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518FB

Black with #D518FB

Text Example


Text Example

White with #D518FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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