Html Css Color HEX #D507FB Psychedelic Purple

📋 copy color: '#D507FB'

red 213 ◦ green 7 ◦ blue 251

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

Shades of Psychedelic Purple #D507FB

Tints of Psychedelic Purple #D507FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.29%

R = 45.22%
G = 1.49%
B = 53.29%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D507FB (or 0xD507FB) is known color: Psychedelic Purple. HEX triplet: D5, 07 and FB. RGB value is (213,7,251). Sum of RGB (Red+Green+Blue) = 213+7+251=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #D507FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D507FB is #2AF804. Grayscale: #5F5F5F. Windows color (decimal): -2816005 or 16451541. OLE color: 16451541.

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

Color convert

RGB 213 7 251 -
CMYK 0.15 0.97 0 0.02
HSL 290.66º 0.97% 0.51% -
HSV(B) 290.66º 0.97% 0.98% -
XYZ 44.93 21.26 93 -
YUV 96.41 215.25 211.16 -
System Red Green Blue C M Y K H S L
Decimal 213 7 251 0.15 0.97 0 0.02 290.66 0.97 0.51
Hex D5 7 FB F 61 0 2 123 61 33
Octal 325 7 373 17 141 0 2 443 141 63
Binary 11010101 111 11111011 1111 1100001 0 10 100100011 1100001 110011

Color Harmonies of #D507FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D507FB

Black with #D507FB

Text Example


Text Example

White with #D507FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D507FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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