Html Css Color HEX #D700EF Psychedelic Purple

📋 copy color: '#D700EF'

red 215 ◦ green 0 ◦ blue 239

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

Shades of Psychedelic Purple #D700EF

Tints of Psychedelic Purple #D700EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 239 (93.75% from 255) = 52.64%

R = 47.36%
G = 0%
B = 52.64%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D700EF (or 0xD700EF) is known color: Psychedelic Purple. HEX triplet: D7, 00 and EF. RGB value is (215,0,239). Sum of RGB (Red+Green+Blue) = 215+0+239=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #D700EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D700EF is #28FF10. Grayscale: #5A5A5A. Windows color (decimal): -2686737 or 15663319. OLE color: 15663319.

HSL color Cylindrical-coordinate representation of color #D700EF: hue angle of 293.97º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700EF is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 0 239 -
CMYK 0.10 1 0 0.06
HSL 293.97º 1% 0.47% -
HSV(B) 293.97º 1% 0.94% -
XYZ 43.6 20.68 83.35 -
YUV 91.53 211.23 216.07 -
System Red Green Blue C M Y K H S L
Decimal 215 0 239 0.10 1 0 0.06 293.97 1 0.47
Hex D7 0 EF A 64 0 6 126 64 2F
Octal 327 0 357 12 144 0 6 446 144 57
Binary 11010111 0 11101111 1010 1100100 0 110 100100110 1100100 101111

Color Harmonies of #D700EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D700EF

Black with #D700EF

Text Example


Text Example

White with #D700EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D700EF; }

 p { color: rgb(215,0,239); }

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

background-color css

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

 a { background-color: rgb(215,0,239); }

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

border-color css

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

 span { border-color: rgb(215,0,239); }

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