Html Css Color HEX #D705F1 Psychedelic Purple

📋 copy color: '#D705F1'

red 215 ◦ green 5 ◦ blue 241

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

Shades of Psychedelic Purple #D705F1

Tints of Psychedelic Purple #D705F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.28%

R = 46.64%
G = 1.08%
B = 52.28%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D705F1 (or 0xD705F1) is known color: Psychedelic Purple. HEX triplet: D7, 05 and F1. RGB value is (215,5,241). Sum of RGB (Red+Green+Blue) = 215+5+241=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #D705F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D705F1 is #28FA0E. Grayscale: #5D5D5D. Windows color (decimal): -2685455 or 15795671. OLE color: 15795671.

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

Color convert

RGB 215 5 241 -
CMYK 0.11 0.98 0 0.05
HSL 293.39º 0.96% 0.48% -
HSV(B) 293.39º 0.98% 0.95% -
XYZ 43.96 20.91 84.94 -
YUV 94.69 210.57 213.81 -
System Red Green Blue C M Y K H S L
Decimal 215 5 241 0.11 0.98 0 0.05 293.39 0.96 0.48
Hex D7 5 F1 B 62 0 5 125 60 30
Octal 327 5 361 13 142 0 5 445 140 60
Binary 11010111 101 11110001 1011 1100010 0 101 100100101 1100000 110000

Color Harmonies of #D705F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D705F1

Black with #D705F1

Text Example


Text Example

White with #D705F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D705F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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