Html Css Color HEX #D710FA Psychedelic Purple

📋 copy color: '#D710FA'

red 215 ◦ green 16 ◦ blue 250

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

Shades of Psychedelic Purple #D710FA

Tints of Psychedelic Purple #D710FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.33%

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

R = 44.7%
G = 3.33%
B = 51.98%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D710FA (or 0xD710FA) is known color: Psychedelic Purple. HEX triplet: D7, 10 and FA. RGB value is (215,16,250). Sum of RGB (Red+Green+Blue) = 215+16+250=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #D710FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D710FA is #28EF05. Grayscale: #656565. Windows color (decimal): -2682630 or 16388311. OLE color: 16388311.

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

Color convert

RGB 215 16 250 -
CMYK 0.14 0.94 0 0.02
HSL 291.03º 0.96% 0.52% -
HSV(B) 291.03º 0.94% 0.98% -
XYZ 45.46 21.72 92.24 -
YUV 102.18 211.43 208.47 -
System Red Green Blue C M Y K H S L
Decimal 215 16 250 0.14 0.94 0 0.02 291.03 0.96 0.52
Hex D7 10 FA E 5E 0 2 123 60 34
Octal 327 20 372 16 136 0 2 443 140 64
Binary 11010111 10000 11111010 1110 1011110 0 10 100100011 1100000 110100

Color Harmonies of #D710FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710FA

Black with #D710FA

Text Example


Text Example

White with #D710FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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