Html Css Color HEX #D707FE Psychedelic Purple

📋 copy color: '#D707FE'

red 215 ◦ green 7 ◦ blue 254

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

Shades of Psychedelic Purple #D707FE

Tints of Psychedelic Purple #D707FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.36%

R = 45.17%
G = 1.47%
B = 53.36%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D707FE (or 0xD707FE) is known color: Psychedelic Purple. HEX triplet: D7, 07 and FE. RGB value is (215,7,254). Sum of RGB (Red+Green+Blue) = 215+7+254=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 7 (3.12% from 255 or 1.47% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #D707FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D707FE is #28F801. Grayscale: #606060. Windows color (decimal): -2684930 or 16648151. OLE color: 16648151.

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

Color convert

RGB 215 7 254 -
CMYK 0.15 0.97 0 0.00
HSL 290.53º 0.99% 0.51% -
HSV(B) 290.53º 0.97% 1% -
XYZ 45.99 21.75 95.54 -
YUV 97.35 216.41 211.92 -
System Red Green Blue C M Y K H S L
Decimal 215 7 254 0.15 0.97 0 0.00 290.53 0.99 0.51
Hex D7 7 FE F 61 0 0 123 63 33
Octal 327 7 376 17 141 0 0 443 143 63
Binary 11010111 111 11111110 1111 1100001 0 0 100100011 1100011 110011

Color Harmonies of #D707FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D707FE

Black with #D707FE

Text Example


Text Example

White with #D707FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D707FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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