Html Css Color HEX #D708FA Psychedelic Purple

📋 copy color: '#D708FA'

red 215 ◦ green 8 ◦ blue 250

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

Shades of Psychedelic Purple #D708FA

Tints of Psychedelic Purple #D708FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.69%

 BLUE value IS 250 (98.05% from 255) = 52.85%

R = 45.45%
G = 1.69%
B = 52.85%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D708FA (or 0xD708FA) is known color: Psychedelic Purple. HEX triplet: D7, 08 and FA. RGB value is (215,8,250). Sum of RGB (Red+Green+Blue) = 215+8+250=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 8 (3.52% from 255 or 1.69% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #D708FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D708FA is #28F705. Grayscale: #606060. Windows color (decimal): -2684678 or 16386263. OLE color: 16386263.

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

Color convert

RGB 215 8 250 -
CMYK 0.14 0.97 0 0.02
HSL 291.32º 0.96% 0.51% -
HSV(B) 291.32º 0.97% 0.98% -
XYZ 45.37 21.52 92.21 -
YUV 97.48 214.08 211.82 -
System Red Green Blue C M Y K H S L
Decimal 215 8 250 0.14 0.97 0 0.02 291.32 0.96 0.51
Hex D7 8 FA E 61 0 2 123 60 33
Octal 327 10 372 16 141 0 2 443 140 63
Binary 11010111 1000 11111010 1110 1100001 0 10 100100011 1100000 110011

Color Harmonies of #D708FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D708FA

Black with #D708FA

Text Example


Text Example

White with #D708FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D708FA; }

 p { color: rgb(215,8,250); }

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

background-color css

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

 a { background-color: rgb(215,8,250); }

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

border-color css

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

 span { border-color: rgb(215,8,250); }

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