Html Css Color HEX #D707FD Psychedelic Purple

📋 copy color: '#D707FD'

red 215 ◦ green 7 ◦ blue 253

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

Shades of Psychedelic Purple #D707FD

Tints of Psychedelic Purple #D707FD

RGB

 RED value IS 215 (84.38% from 255) = 45.26%

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

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

R = 45.26%
G = 1.47%
B = 53.26%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D707FD (or 0xD707FD) is known color: Psychedelic Purple. HEX triplet: D7, 07 and FD. RGB value is (215,7,253). Sum of RGB (Red+Green+Blue) = 215+7+253=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 7 (3.12% from 255 or 1.47% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #D707FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D707FD is #28F802. Grayscale: #606060. Windows color (decimal): -2684931 or 16582615. OLE color: 16582615.

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

Color convert

RGB 215 7 253 -
CMYK 0.15 0.97 0 0.01
HSL 290.73º 0.98% 0.51% -
HSV(B) 290.73º 0.97% 0.99% -
XYZ 45.83 21.69 94.7 -
YUV 97.24 215.91 212 -
System Red Green Blue C M Y K H S L
Decimal 215 7 253 0.15 0.97 0 0.01 290.73 0.98 0.51
Hex D7 7 FD F 61 0 1 123 62 33
Octal 327 7 375 17 141 0 1 443 142 63
Binary 11010111 111 11111101 1111 1100001 0 1 100100011 1100010 110011

Color Harmonies of #D707FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D707FD

Black with #D707FD

Text Example


Text Example

White with #D707FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D707FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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