Html Css Color HEX #D707FF Psychedelic Purple

📋 copy color: '#D707FF'

red 215 ◦ green 7 ◦ blue 255

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

Shades of Psychedelic Purple #D707FF

Tints of Psychedelic Purple #D707FF

RGB

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

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

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

R = 45.07%
G = 1.47%
B = 53.46%

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

#D707FF (or 0xD707FF) is known color: Psychedelic Purple. HEX triplet: D7, 07 and FF. RGB value is (215,7,255). Sum of RGB (Red+Green+Blue) = 215+7+255=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 7 (3.12% from 255 or 1.47% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #D707FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D707FF is #28F800. Grayscale: #606060. Windows color (decimal): -2684929 or 16713687. OLE color: 16713687.

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

Color convert

RGB 215 7 255 -
CMYK 0.16 0.97 0 0
HSL 290.32º 1% 0.51% -
HSV(B) 290.32º 0.97% 1% -
XYZ 46.15 21.82 96.39 -
YUV 97.46 216.91 211.83 -
System Red Green Blue C M Y K H S L
Decimal 215 7 255 0.16 0.97 0 0 290.32 1 0.51
Hex D7 7 FF 10 61 0 0 122 64 33
Octal 327 7 377 20 141 0 0 442 144 63
Binary 11010111 111 11111111 10000 1100001 0 0 100100010 1100100 110011

Color Harmonies of #D707FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D707FF

Black with #D707FF

Text Example


Text Example

White with #D707FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D707FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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