Html Css Color HEX #D934F6 Psychedelic Purple

📋 copy color: '#D934F6'

red 217 ◦ green 52 ◦ blue 246

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

Shades of Psychedelic Purple #D934F6

Tints of Psychedelic Purple #D934F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.77%

R = 42.14%
G = 10.1%
B = 47.77%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D934F6 (or 0xD934F6) is known color: Psychedelic Purple. HEX triplet: D9, 34 and F6. RGB value is (217,52,246). Sum of RGB (Red+Green+Blue) = 217+52+246=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 52 (20.70% from 255 or 10.10% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #D934F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D934F6 is #26CB09. Grayscale: #7A7A7A. Windows color (decimal): -2542346 or 16135385. OLE color: 16135385.

HSL color Cylindrical-coordinate representation of color #D934F6: hue angle of 291.03º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D934F6 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 52 246 -
CMYK 0.12 0.79 0 0.04
HSL 291.03º 0.92% 0.58% -
HSV(B) 291.03º 0.79% 0.96% -
XYZ 46.48 23.86 89.34 -
YUV 123.45 197.16 194.73 -
System Red Green Blue C M Y K H S L
Decimal 217 52 246 0.12 0.79 0 0.04 291.03 0.92 0.58
Hex D9 34 F6 C 4F 0 4 123 5C 3A
Octal 331 64 366 14 117 0 4 443 134 72
Binary 11011001 110100 11110110 1100 1001111 0 100 100100011 1011100 111010

Color Harmonies of #D934F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D934F6

Black with #D934F6

Text Example


Text Example

White with #D934F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D934F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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