Html Css Color HEX #D912FA Psychedelic Purple

📋 copy color: '#D912FA'

red 217 ◦ green 18 ◦ blue 250

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

Shades of Psychedelic Purple #D912FA

Tints of Psychedelic Purple #D912FA

RGB

 RED value IS 217 (85.16% from 255) = 44.74%

 GREEN value IS 18 (7.42% from 255) = 3.71%

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

R = 44.74%
G = 3.71%
B = 51.55%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D912FA (or 0xD912FA) is known color: Psychedelic Purple. HEX triplet: D9, 12 and FA. RGB value is (217,18,250). Sum of RGB (Red+Green+Blue) = 217+18+250=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 18 (7.42% from 255 or 3.71% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #D912FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D912FA is #26ED05. Grayscale: #676767. Windows color (decimal): -2551046 or 16388825. OLE color: 16388825.

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

Color convert

RGB 217 18 250 -
CMYK 0.13 0.93 0 0.02
HSL 291.47º 0.96% 0.53% -
HSV(B) 291.47º 0.93% 0.98% -
XYZ 46.09 22.09 92.28 -
YUV 103.95 210.43 208.64 -
System Red Green Blue C M Y K H S L
Decimal 217 18 250 0.13 0.93 0 0.02 291.47 0.96 0.53
Hex D9 12 FA D 5D 0 2 123 60 35
Octal 331 22 372 15 135 0 2 443 140 65
Binary 11011001 10010 11111010 1101 1011101 0 10 100100011 1100000 110101

Color Harmonies of #D912FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912FA

Black with #D912FA

Text Example


Text Example

White with #D912FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912FA; }

 p { color: rgb(217,18,250); }

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

background-color css

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

 a { background-color: rgb(217,18,250); }

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

border-color css

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

 span { border-color: rgb(217,18,250); }

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