Html Css Color HEX #D507FF Psychedelic Purple

📋 copy color: '#D507FF'

red 213 ◦ green 7 ◦ blue 255

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

Shades of Psychedelic Purple #D507FF

Tints of Psychedelic Purple #D507FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.68%

R = 44.84%
G = 1.47%
B = 53.68%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D507FF (or 0xD507FF) is known color: Psychedelic Purple. HEX triplet: D5, 07 and FF. RGB value is (213,7,255). Sum of RGB (Red+Green+Blue) = 213+7+255=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 7 (3.12% from 255 or 1.47% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #D507FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D507FF is #2AF800. Grayscale: #606060. Windows color (decimal): -2816001 or 16713685. OLE color: 16713685.

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

Color convert

RGB 213 7 255 -
CMYK 0.16 0.97 0 0
HSL 289.84º 1% 0.51% -
HSV(B) 289.84º 0.97% 1% -
XYZ 45.57 21.52 96.36 -
YUV 96.87 217.25 210.83 -
System Red Green Blue C M Y K H S L
Decimal 213 7 255 0.16 0.97 0 0 289.84 1 0.51
Hex D5 7 FF 10 61 0 0 122 64 33
Octal 325 7 377 20 141 0 0 442 144 63
Binary 11010101 111 11111111 10000 1100001 0 0 100100010 1100100 110011

Color Harmonies of #D507FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D507FF

Black with #D507FF

Text Example


Text Example

White with #D507FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D507FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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