Html Css Color HEX #D934FA Psychedelic Purple

📋 copy color: '#D934FA'

red 217 ◦ green 52 ◦ blue 250

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

Shades of Psychedelic Purple #D934FA

Tints of Psychedelic Purple #D934FA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.02%

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

R = 41.81%
G = 10.02%
B = 48.17%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D934FA (or 0xD934FA) is known color: Psychedelic Purple. HEX triplet: D9, 34 and FA. RGB value is (217,52,250). Sum of RGB (Red+Green+Blue) = 217+52+250=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 52 (20.70% from 255 or 10.02% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #D934FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D934FA is #26CB05. Grayscale: #7B7B7B. Windows color (decimal): -2542342 or 16397529. OLE color: 16397529.

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

Color convert

RGB 217 52 250 -
CMYK 0.13 0.79 0 0.02
HSL 290º 0.95% 0.59% -
HSV(B) 290º 0.79% 0.98% -
XYZ 47.1 24.11 92.61 -
YUV 123.91 199.16 194.4 -
System Red Green Blue C M Y K H S L
Decimal 217 52 250 0.13 0.79 0 0.02 290 0.95 0.59
Hex D9 34 FA D 4F 0 2 122 5F 3B
Octal 331 64 372 15 117 0 2 442 137 73
Binary 11011001 110100 11111010 1101 1001111 0 10 100100010 1011111 111011

Color Harmonies of #D934FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D934FA

Black with #D934FA

Text Example


Text Example

White with #D934FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D934FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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