Html Css Color HEX #D703E6 Psychedelic Purple

📋 copy color: '#D703E6'

red 215 ◦ green 3 ◦ blue 230

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

Shades of Psychedelic Purple #D703E6

Tints of Psychedelic Purple #D703E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.34%

R = 47.99%
G = 0.67%
B = 51.34%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D703E6 (or 0xD703E6) is known color: Psychedelic Purple. HEX triplet: D7, 03 and E6. RGB value is (215,3,230). Sum of RGB (Red+Green+Blue) = 215+3+230=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #D703E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D703E6 is #28FC19. Grayscale: #5B5B5B. Windows color (decimal): -2685978 or 15074263. OLE color: 15074263.

HSL color Cylindrical-coordinate representation of color #D703E6: hue angle of 296.04º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D703E6 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 3 230 -
CMYK 0.07 0.99 0 0.10
HSL 296.04º 0.97% 0.46% -
HSV(B) 296.04º 0.99% 0.9% -
XYZ 42.34 20.23 76.54 -
YUV 92.27 205.74 215.54 -
System Red Green Blue C M Y K H S L
Decimal 215 3 230 0.07 0.99 0 0.10 296.04 0.97 0.46
Hex D7 3 E6 7 63 0 A 128 61 2E
Octal 327 3 346 7 143 0 12 450 141 56
Binary 11010111 11 11100110 111 1100011 0 1010 100101000 1100001 101110

Color Harmonies of #D703E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D703E6

Black with #D703E6

Text Example


Text Example

White with #D703E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D703E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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