Html Css Color HEX #D506FD Psychedelic Purple

📋 copy color: '#D506FD'

red 213 ◦ green 6 ◦ blue 253

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

Shades of Psychedelic Purple #D506FD

Tints of Psychedelic Purple #D506FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.27%

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

R = 45.13%
G = 1.27%
B = 53.6%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D506FD (or 0xD506FD) is known color: Psychedelic Purple. HEX triplet: D5, 06 and FD. RGB value is (213,6,253). Sum of RGB (Red+Green+Blue) = 213+6+253=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #D506FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D506FD is #2AF902. Grayscale: #5F5F5F. Windows color (decimal): -2816259 or 16582357. OLE color: 16582357.

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

Color convert

RGB 213 6 253 -
CMYK 0.16 0.98 0 0.01
HSL 290.28º 0.98% 0.51% -
HSV(B) 290.28º 0.98% 0.99% -
XYZ 45.24 21.37 94.67 -
YUV 96.05 216.58 211.42 -
System Red Green Blue C M Y K H S L
Decimal 213 6 253 0.16 0.98 0 0.01 290.28 0.98 0.51
Hex D5 6 FD 10 62 0 1 122 62 33
Octal 325 6 375 20 142 0 1 442 142 63
Binary 11010101 110 11111101 10000 1100010 0 1 100100010 1100010 110011

Color Harmonies of #D506FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D506FD

Black with #D506FD

Text Example


Text Example

White with #D506FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D506FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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