Html Css Color HEX #D705EE Psychedelic Purple

📋 copy color: '#D705EE'

red 215 ◦ green 5 ◦ blue 238

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

Shades of Psychedelic Purple #D705EE

Tints of Psychedelic Purple #D705EE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.09%

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

R = 46.94%
G = 1.09%
B = 51.97%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D705EE (or 0xD705EE) is known color: Psychedelic Purple. HEX triplet: D7, 05 and EE. RGB value is (215,5,238). Sum of RGB (Red+Green+Blue) = 215+5+238=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #D705EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D705EE is #28FA11. Grayscale: #5D5D5D. Windows color (decimal): -2685458 or 15599063. OLE color: 15599063.

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

Color convert

RGB 215 5 238 -
CMYK 0.10 0.98 0 0.07
HSL 294.08º 0.96% 0.48% -
HSV(B) 294.08º 0.98% 0.93% -
XYZ 43.51 20.73 82.6 -
YUV 94.35 209.07 214.05 -
System Red Green Blue C M Y K H S L
Decimal 215 5 238 0.10 0.98 0 0.07 294.08 0.96 0.48
Hex D7 5 EE A 62 0 7 126 60 30
Octal 327 5 356 12 142 0 7 446 140 60
Binary 11010111 101 11101110 1010 1100010 0 111 100100110 1100000 110000

Color Harmonies of #D705EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D705EE

Black with #D705EE

Text Example


Text Example

White with #D705EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D705EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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