Html Css Color HEX #D705FB Psychedelic Purple

📋 copy color: '#D705FB'

red 215 ◦ green 5 ◦ blue 251

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

Shades of Psychedelic Purple #D705FB

Tints of Psychedelic Purple #D705FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.29%

R = 45.65%
G = 1.06%
B = 53.29%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D705FB (or 0xD705FB) is known color: Psychedelic Purple. HEX triplet: D7, 05 and FB. RGB value is (215,5,251). Sum of RGB (Red+Green+Blue) = 215+5+251=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 5 (2.34% from 255 or 1.06% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #D705FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D705FB is #28FA04. Grayscale: #5F5F5F. Windows color (decimal): -2685445 or 16451031. OLE color: 16451031.

HSL color Cylindrical-coordinate representation of color #D705FB: hue angle of 291.22º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D705FB is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 5 251 -
CMYK 0.14 0.98 0 0.02
HSL 291.22º 0.97% 0.5% -
HSV(B) 291.22º 0.98% 0.98% -
XYZ 45.49 21.52 93.02 -
YUV 95.83 215.57 213 -
System Red Green Blue C M Y K H S L
Decimal 215 5 251 0.14 0.98 0 0.02 291.22 0.97 0.5
Hex D7 5 FB E 62 0 2 123 61 32
Octal 327 5 373 16 142 0 2 443 141 62
Binary 11010111 101 11111011 1110 1100010 0 10 100100011 1100001 110010

Color Harmonies of #D705FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D705FB

Black with #D705FB

Text Example


Text Example

White with #D705FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D705FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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