Html Css Color HEX #D934F9 Psychedelic Purple

📋 copy color: '#D934F9'

red 217 ◦ green 52 ◦ blue 249

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

Shades of Psychedelic Purple #D934F9

Tints of Psychedelic Purple #D934F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.07%

R = 41.89%
G = 10.04%
B = 48.07%

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

#D934F9 (or 0xD934F9) is known color: Psychedelic Purple. HEX triplet: D9, 34 and F9. RGB value is (217,52,249). Sum of RGB (Red+Green+Blue) = 217+52+249=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 52 (20.70% from 255 or 10.04% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #D934F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D934F9 is #26CB06. Grayscale: #7B7B7B. Windows color (decimal): -2542343 or 16331993. OLE color: 16331993.

HSL color Cylindrical-coordinate representation of color #D934F9: hue angle of 290.25º degrees, saturation: 0.94, 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 #D934F9 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 52 249 -
CMYK 0.13 0.79 0 0.02
HSL 290.25º 0.94% 0.59% -
HSV(B) 290.25º 0.79% 0.98% -
XYZ 46.94 24.05 91.79 -
YUV 123.79 198.66 194.48 -
System Red Green Blue C M Y K H S L
Decimal 217 52 249 0.13 0.79 0 0.02 290.25 0.94 0.59
Hex D9 34 F9 D 4F 0 2 122 5E 3B
Octal 331 64 371 15 117 0 2 442 136 73
Binary 11011001 110100 11111001 1101 1001111 0 10 100100010 1011110 111011

Color Harmonies of #D934F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D934F9

Black with #D934F9

Text Example


Text Example

White with #D934F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D934F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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