Html Css Color HEX #D700EE Psychedelic Purple

📋 copy color: '#D700EE'

red 215 ◦ green 0 ◦ blue 238

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

Shades of Psychedelic Purple #D700EE

Tints of Psychedelic Purple #D700EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.54%

R = 47.46%
G = 0%
B = 52.54%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D700EE (or 0xD700EE) is known color: Psychedelic Purple. HEX triplet: D7, 00 and EE. RGB value is (215,0,238). Sum of RGB (Red+Green+Blue) = 215+0+238=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #D700EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D700EE is #28FF11. Grayscale: #5A5A5A. Windows color (decimal): -2686738 or 15597783. OLE color: 15597783.

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

Color convert

RGB 215 0 238 -
CMYK 0.10 1 0 0.07
HSL 294.2º 1% 0.47% -
HSV(B) 294.2º 1% 0.93% -
XYZ 43.46 20.62 82.58 -
YUV 91.42 210.73 216.15 -
System Red Green Blue C M Y K H S L
Decimal 215 0 238 0.10 1 0 0.07 294.2 1 0.47
Hex D7 0 EE A 64 0 7 126 64 2F
Octal 327 0 356 12 144 0 7 446 144 57
Binary 11010111 0 11101110 1010 1100100 0 111 100100110 1100100 101111

Color Harmonies of #D700EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D700EE

Black with #D700EE

Text Example


Text Example

White with #D700EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D700EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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