Html Css Color HEX #D705EA Psychedelic Purple

📋 copy color: '#D705EA'

red 215 ◦ green 5 ◦ blue 234

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

Shades of Psychedelic Purple #D705EA

Tints of Psychedelic Purple #D705EA

RGB

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

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

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

R = 47.36%
G = 1.1%
B = 51.54%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D705EA (or 0xD705EA) is known color: Psychedelic Purple. HEX triplet: D7, 05 and EA. RGB value is (215,5,234). Sum of RGB (Red+Green+Blue) = 215+5+234=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #D705EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D705EA is #28FA15. Grayscale: #5D5D5D. Windows color (decimal): -2685462 or 15336919. OLE color: 15336919.

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

Color convert

RGB 215 5 234 -
CMYK 0.08 0.98 0 0.08
HSL 295.02º 0.96% 0.47% -
HSV(B) 295.02º 0.98% 0.92% -
XYZ 42.93 20.5 79.54 -
YUV 93.9 207.07 214.38 -
System Red Green Blue C M Y K H S L
Decimal 215 5 234 0.08 0.98 0 0.08 295.02 0.96 0.47
Hex D7 5 EA 8 62 0 8 127 60 2F
Octal 327 5 352 10 142 0 10 447 140 57
Binary 11010111 101 11101010 1000 1100010 0 1000 100100111 1100000 101111

Color Harmonies of #D705EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D705EA

Black with #D705EA

Text Example


Text Example

White with #D705EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D705EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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