Html Css Color HEX #D507FD Psychedelic Purple

📋 copy color: '#D507FD'

red 213 ◦ green 7 ◦ blue 253

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

Shades of Psychedelic Purple #D507FD

Tints of Psychedelic Purple #D507FD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.48%

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

R = 45.03%
G = 1.48%
B = 53.49%

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

#D507FD (or 0xD507FD) is known color: Psychedelic Purple. HEX triplet: D5, 07 and FD. RGB value is (213,7,253). Sum of RGB (Red+Green+Blue) = 213+7+253=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 7 (3.12% from 255 or 1.48% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #D507FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D507FD is #2AF802. Grayscale: #5F5F5F. Windows color (decimal): -2816003 or 16582613. OLE color: 16582613.

HSL color Cylindrical-coordinate representation of color #D507FD: hue angle of 290.24º 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 #D507FD is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 7 253 -
CMYK 0.16 0.97 0 0.01
HSL 290.24º 0.98% 0.51% -
HSV(B) 290.24º 0.97% 0.99% -
XYZ 45.25 21.39 94.67 -
YUV 96.64 216.25 211 -
System Red Green Blue C M Y K H S L
Decimal 213 7 253 0.16 0.97 0 0.01 290.24 0.98 0.51
Hex D5 7 FD 10 61 0 1 122 62 33
Octal 325 7 375 20 141 0 1 442 142 63
Binary 11010101 111 11111101 10000 1100001 0 1 100100010 1100010 110011

Color Harmonies of #D507FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D507FD

Black with #D507FD

Text Example


Text Example

White with #D507FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D507FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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