Html Css Color HEX #D700EA Psychedelic Purple

📋 copy color: '#D700EA'

red 215 ◦ green 0 ◦ blue 234

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

Shades of Psychedelic Purple #D700EA

Tints of Psychedelic Purple #D700EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 47.88%
G = 0%
B = 52.12%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D700EA (or 0xD700EA) is known color: Psychedelic Purple. HEX triplet: D7, 00 and EA. RGB value is (215,0,234). Sum of RGB (Red+Green+Blue) = 215+0+234=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #D700EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D700EA is #28FF15. Grayscale: #5A5A5A. Windows color (decimal): -2686742 or 15335639. OLE color: 15335639.

HSL color Cylindrical-coordinate representation of color #D700EA: hue angle of 295.13º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700EA is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 0 234 -
CMYK 0.08 1 0 0.08
HSL 295.13º 1% 0.46% -
HSV(B) 295.13º 1% 0.92% -
XYZ 42.88 20.39 79.52 -
YUV 90.96 208.73 216.47 -
System Red Green Blue C M Y K H S L
Decimal 215 0 234 0.08 1 0 0.08 295.13 1 0.46
Hex D7 0 EA 8 64 0 8 127 64 2E
Octal 327 0 352 10 144 0 10 447 144 56
Binary 11010111 0 11101010 1000 1100100 0 1000 100100111 1100100 101110

Color Harmonies of #D700EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D700EA

Black with #D700EA

Text Example


Text Example

White with #D700EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D700EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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