Html Css Color HEX #D508FD Psychedelic Purple

📋 copy color: '#D508FD'

red 213 ◦ green 8 ◦ blue 253

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

Shades of Psychedelic Purple #D508FD

Tints of Psychedelic Purple #D508FD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.69%

 BLUE value IS 253 (99.22% from 255) = 53.38%

R = 44.94%
G = 1.69%
B = 53.38%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D508FD (or 0xD508FD) is known color: Psychedelic Purple. HEX triplet: D5, 08 and FD. RGB value is (213,8,253). Sum of RGB (Red+Green+Blue) = 213+8+253=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 8 (3.52% from 255 or 1.69% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #D508FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D508FD is #2AF702. Grayscale: #606060. Windows color (decimal): -2815747 or 16582869. OLE color: 16582869.

HSL color Cylindrical-coordinate representation of color #D508FD: hue angle of 290.2º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D508FD is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 8 253 -
CMYK 0.16 0.97 0 0.01
HSL 290.2º 0.98% 0.51% -
HSV(B) 290.2º 0.97% 0.99% -
XYZ 45.26 21.41 94.68 -
YUV 97.23 215.92 210.58 -
System Red Green Blue C M Y K H S L
Decimal 213 8 253 0.16 0.97 0 0.01 290.2 0.98 0.51
Hex D5 8 FD 10 61 0 1 122 62 33
Octal 325 10 375 20 141 0 1 442 142 63
Binary 11010101 1000 11111101 10000 1100001 0 1 100100010 1100010 110011

Color Harmonies of #D508FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D508FD

Black with #D508FD

Text Example


Text Example

White with #D508FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D508FD; }

 p { color: rgb(213,8,253); }

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

background-color css

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

 a { background-color: rgb(213,8,253); }

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

border-color css

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

 span { border-color: rgb(213,8,253); }

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