Html Css Color HEX #D703EB Psychedelic Purple

📋 copy color: '#D703EB'

red 215 ◦ green 3 ◦ blue 235

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

Shades of Psychedelic Purple #D703EB

Tints of Psychedelic Purple #D703EB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.66%

 BLUE value IS 235 (92.19% from 255) = 51.88%

R = 47.46%
G = 0.66%
B = 51.88%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D703EB (or 0xD703EB) is known color: Psychedelic Purple. HEX triplet: D7, 03 and EB. RGB value is (215,3,235). Sum of RGB (Red+Green+Blue) = 215+3+235=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #D703EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D703EB is #28FC14. Grayscale: #5C5C5C. Windows color (decimal): -2685973 or 15401943. OLE color: 15401943.

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

Color convert

RGB 215 3 235 -
CMYK 0.09 0.99 0 0.08
HSL 294.83º 0.97% 0.47% -
HSV(B) 294.83º 0.99% 0.92% -
XYZ 43.05 20.51 80.29 -
YUV 92.84 208.24 215.14 -
System Red Green Blue C M Y K H S L
Decimal 215 3 235 0.09 0.99 0 0.08 294.83 0.97 0.47
Hex D7 3 EB 9 63 0 8 127 61 2F
Octal 327 3 353 11 143 0 10 447 141 57
Binary 11010111 11 11101011 1001 1100011 0 1000 100100111 1100001 101111

Color Harmonies of #D703EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D703EB

Black with #D703EB

Text Example


Text Example

White with #D703EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D703EB; }

 p { color: rgb(215,3,235); }

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

background-color css

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

 a { background-color: rgb(215,3,235); }

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

border-color css

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

 span { border-color: rgb(215,3,235); }

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