Html Css Color HEX #D507ED Psychedelic Purple

📋 copy color: '#D507ED'

red 213 ◦ green 7 ◦ blue 237

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

Shades of Psychedelic Purple #D507ED

Tints of Psychedelic Purple #D507ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.86%

R = 46.61%
G = 1.53%
B = 51.86%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D507ED (or 0xD507ED) is known color: Psychedelic Purple. HEX triplet: D5, 07 and ED. RGB value is (213,7,237). Sum of RGB (Red+Green+Blue) = 213+7+237=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #D507ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D507ED is #2AF812. Grayscale: #5E5E5E. Windows color (decimal): -2816019 or 15534037. OLE color: 15534037.

HSL color Cylindrical-coordinate representation of color #D507ED: hue angle of 293.74º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507ED is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 7 237 -
CMYK 0.10 0.97 0 0.07
HSL 293.74º 0.94% 0.48% -
HSV(B) 293.74º 0.97% 0.93% -
XYZ 42.8 20.41 81.8 -
YUV 94.81 208.25 212.3 -
System Red Green Blue C M Y K H S L
Decimal 213 7 237 0.10 0.97 0 0.07 293.74 0.94 0.48
Hex D5 7 ED A 61 0 7 126 5E 30
Octal 325 7 355 12 141 0 7 446 136 60
Binary 11010101 111 11101101 1010 1100001 0 111 100100110 1011110 110000

Color Harmonies of #D507ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D507ED

Black with #D507ED

Text Example


Text Example

White with #D507ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D507ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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